xoxys.chrony/handlers/main.yml
Robert Kaussow 5c6cf6764e
All checks were successful
continuous-integration/drone/push Build is passing
cleanup
2022-04-10 17:38:37 +02:00

11 lines
190 B
YAML

---
- name: Restart service
systemd:
name: chronyd.service
state: restarted
daemon_reload: True
enabled: True
listen: __chrony_restart
become: True
become_user: root