xoxys.cups/tasks/post_tasks.yml
Robert Kaussow 9a7b73eeb6
Some checks failed
continuous-integration/drone/push Build is failing
add nginx vhost and base cupsd config
2019-02-10 18:21:25 +01:00

10 lines
180 B
YAML

---
- name: Ensure cups service is up and running
systemd:
name: org.cups.cupsd
state: started
daemon_reload: yes
enabled: yes
become: True
become_user: root