xoxys.cups/handlers/main.yml
Robert Kaussow 52d9bd121e
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-12-12 16:47:55 +01:00

11 lines
176 B
YAML

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