workstation/roles/arch/tasks/printing.yml

8 lines
135 B
YAML
Raw Normal View History

2020-04-19 15:05:25 +00:00
---
- name: Enable CUPS
become: true
2021-02-19 20:32:22 +00:00
ansible.builtin.systemd:
2020-04-19 15:05:25 +00:00
name: org.cups.cupsd.service
enabled: yes
state: started