Fix printing on Arch

This commit is contained in:
Anthony Rose 2021-05-23 23:47:36 +01:00
parent af5c12da63
commit 876e65013b

View file

@ -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