ansible/roles/chronyd/handlers/main.yml

7 lines
89 B
YAML
Raw Normal View History

2022-08-25 23:01:00 +02:00
---
- name: Restart chronyd
systemd:
name: chrony.service
2022-08-25 23:01:00 +02:00
state: restarted
...