ansible/roles/ntpd/handlers/main.yml

5 lines
88 B
YAML

---
- name: Restart ntpd
ansible.builtin.service:
name: ntpd
state: restarted