From 616e644f957d70a364c7bb75ce911c78cbe09ad8 Mon Sep 17 00:00:00 2001 From: krumel Date: Sun, 27 Feb 2022 00:00:26 +0100 Subject: [PATCH] use vendor driver instead of splix because splix is broken --- playbooks/srv-print.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/playbooks/srv-print.yml b/playbooks/srv-print.yml index 9f72024..6cc5b52 100644 --- a/playbooks/srv-print.yml +++ b/playbooks/srv-print.yml @@ -18,9 +18,21 @@ apt: pkg: - cups - - printer-driver-splix state: present update_cache: yes + + - name: download the printer driver binary + get_url: + url: https://krumel.moe/media/ansible/uld_V1.00.39_01.17.tar.gz + dest: /tmp/ + + - name: extract the printer driver binary + unarchive: + src: /tmp/uld_V1.00.39_01.17.tar.gz + dest: /tmp/ + + - name: run the printer driver installer + shell: bash /tmp/uld/install.sh - name: allow access to cups from network replace: