ansible/roles/chronyd/handlers/main.yml

6 lines
90 B
YAML

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