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/ dest: /tmp/
remote_src: yes remote_src: yes
- name: remove prompts from the installer # - name: remove prompts from the installer
replace: # replace:
path: /tmp/uld/noarch/pre_install.sh # path: /tmp/uld/noarch/pre_install.sh
regexp: 'read' # regexp: 'read'
replace: 'echo' # replace: 'echo'
- name: remove eula prompt from driver installer # - name: remove eula prompt from driver installer
replace: # replace:
path: /tmp/uld/noarch/pre_install.sh # path: /tmp/uld/noarch/pre_install.sh
regexp: 'EULA_PAGER\="\$\{PAGER\:\-`which more`\}"' # regexp: 'EULA_PAGER\="\$\{PAGER\:\-`which more`\}"'
replace: 'exit 0' # replace: 'exit 0'
- name: run the printer driver installer - name: run the printer driver installer
shell: bash /tmp/uld/install.sh shell: bash /tmp/uld/install.sh
environment:
- AGREE_EULA: y
- QUIT_INSTALL: n
- CONFIGURE_FIREWALL: n
- name: allow access to cups from network - name: allow access to cups from network
replace: replace: