use vendor driver instead of splix because splix is broken

This commit is contained in:
krumel
2022-02-27 00:00:26 +01:00
parent c530598cc4
commit 616e644f95

View File

@ -18,10 +18,22 @@
apt: apt:
pkg: pkg:
- cups - cups
- printer-driver-splix
state: present state: present
update_cache: yes 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 - name: allow access to cups from network
replace: replace:
path: /etc/cups/cupsd.conf path: /etc/cups/cupsd.conf