diff --git a/playbooks/srv-print.yml b/playbooks/srv-print.yml index d6fa29e..915da67 100644 --- a/playbooks/srv-print.yml +++ b/playbooks/srv-print.yml @@ -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: