please work

This commit is contained in:
krumel
2022-02-27 00:47:54 +01:00
parent 774ed428f9
commit 5b3c05db53

View File

@ -32,20 +32,24 @@
dest: /tmp/
remote_src: yes
- name: remove prompts from the installer
replace:
path: /tmp/uld/noarch/pre_install.sh
regexp: 'read'
replace: 'echo'
# - name: remove prompts from the installer
# replace:
# path: /tmp/uld/noarch/pre_install.sh
# regexp: 'read'
# replace: 'echo'
- 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: 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
shell: bash /tmp/uld/install.sh
environment:
- AGREE_EULA: y
- QUIT_INSTALL: n
- CONFIGURE_FIREWALL: n
- name: allow access to cups from network
replace: