doireallyhavetofixeverythingmyself
This commit is contained in:
@ -33,11 +33,20 @@
|
|||||||
dest: /tmp/
|
dest: /tmp/
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
|
||||||
|
- name: remove install prompt from driver installer
|
||||||
|
replace:
|
||||||
|
path: /tmp/uld/install.sh
|
||||||
|
regexp: 'read CONTINUE_INSTALL'
|
||||||
|
replace: 'CONTINUE_INSTALL="y"'
|
||||||
|
|
||||||
|
- name: remove eula prompt from driver installer
|
||||||
|
replace:
|
||||||
|
path: /tmp/uld/noarch/pre_install.sh
|
||||||
|
regexp: 'EULA_PAGER\="\$\{PAGER\:\-`which more`\}"'
|
||||||
|
replace: 'exit 0'
|
||||||
|
|
||||||
- name: run the printer driver installer
|
- name: run the printer driver installer
|
||||||
ansible.builtin.expect:
|
shell: bash /tmp/uld/install.sh
|
||||||
command: bash /tmp/uld/install.sh
|
|
||||||
responses:
|
|
||||||
\*\*\*\* Press 'Enter' to continue or 'q' and then 'Enter' to quit\. \:: "\n y\n"
|
|
||||||
|
|
||||||
- name: allow access to cups from network
|
- name: allow access to cups from network
|
||||||
replace:
|
replace:
|
||||||
|
|||||||
Reference in New Issue
Block a user