Fix printing on Arch
This commit is contained in:
parent
af5c12da63
commit
876e65013b
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@
|
||||||
- name: Enable CUPS
|
- name: Enable CUPS
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: org.cups.cupsd.service
|
name: cups.service
|
||||||
enabled: yes
|
enabled: yes
|
||||||
state: started
|
state: started
|
||||||
|
|
Loading…
Reference in a new issue