xoxys.cups/handlers/main.yml
Robert Kaussow 6b3a8f9741
All checks were successful
continuous-integration/drone/push Build is passing
add service handler; fix file destination
2019-02-10 17:01:51 +01:00

11 lines
177 B
YAML

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