xoxys.cups/handlers/main.yml
Robert Kaussow 7d59e38d63
Some checks failed
continuous-integration/drone/push Build is failing
refactoring
2019-08-13 22:05:48 +02:00

11 lines
186 B
YAML

---
- name: Restart service
systemd:
name: org.cups.cupsd
state: restarted
daemon_reload: yes
enabled: yes
listen: __cupsd_restart
become: True
become_user: root