ansible/roles/chronyd/handlers/main.yml

7 lines
89 B
YAML

---
- name: Restart chronyd
systemd:
name: chrony.service
state: restarted
...