it was necessary

This commit is contained in:
krumel
2022-02-27 00:41:49 +01:00
parent 7d030cebed
commit 774ed428f9

View File

@ -38,12 +38,11 @@
regexp: 'read' regexp: 'read'
replace: 'echo' replace: 'echo'
# dont think this is necessary - 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