fuck you samsung with your shitty installer

This commit is contained in:
krumel
2022-02-27 00:11:43 +01:00
parent ad4259ebaa
commit 434bf3cbf3

View File

@ -1,9 +1,4 @@
- hosts: srv-print
vars_prompt:
- name: printer prompt
prompt: "**** Press 'Enter' to continue or 'q' and then 'Enter' to quit. :"
private: no
become: yes
tasks:
- name: create admin user
@ -38,7 +33,10 @@
remote_src: yes
- name: run the printer driver installer
shell: bash /tmp/uld/install.sh
expect:
command: bash /tmp/uld/install.sh
responses:
"**** Press 'Enter' to continue or 'q' and then 'Enter' to quit. :": "\n"
- name: allow access to cups from network
replace: