ansible-roles/ntpd/handlers/main.yml

6 lines
86 B
YAML
Raw Normal View History

2017-06-02 15:44:00 +02:00
---
- name: restart ntp
ansible.builtin.service:
2017-06-02 15:44:00 +02:00
name: ntp
state: restarted