From 434bf3cbf383299ec52332959a4dc54777732645 Mon Sep 17 00:00:00 2001 From: krumel Date: Sun, 27 Feb 2022 00:11:43 +0100 Subject: [PATCH] fuck you samsung with your shitty installer --- playbooks/srv-print.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/playbooks/srv-print.yml b/playbooks/srv-print.yml index b4c1132..79d7444 100644 --- a/playbooks/srv-print.yml +++ b/playbooks/srv-print.yml @@ -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: