use vendor driver instead of splix because splix is broken
This commit is contained in:
@ -18,9 +18,21 @@
|
|||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user