fuck you samsung with your shitty installer
This commit is contained in:
@ -1,9 +1,4 @@
|
|||||||
- hosts: srv-print
|
- hosts: srv-print
|
||||||
vars_prompt:
|
|
||||||
- name: printer prompt
|
|
||||||
prompt: "**** Press 'Enter' to continue or 'q' and then 'Enter' to quit. :"
|
|
||||||
private: no
|
|
||||||
|
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: create admin user
|
- name: create admin user
|
||||||
@ -38,7 +33,10 @@
|
|||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
|
||||||
- name: run the printer driver installer
|
- name: run the printer driver installer
|
||||||
shell: bash /tmp/uld/install.sh
|
expect:
|
||||||
|
command: bash /tmp/uld/install.sh
|
||||||
|
responses:
|
||||||
|
"**** Press 'Enter' to continue or 'q' and then 'Enter' to quit. :": "\n"
|
||||||
|
|
||||||
- name: allow access to cups from network
|
- name: allow access to cups from network
|
||||||
replace:
|
replace:
|
||||||
|
|||||||
Reference in New Issue
Block a user