ansible-roles/ntpd/handlers/main.yml

6 lines
86 B
YAML

---
- name: restart ntp
ansible.builtin.service:
name: ntp
state: restarted