1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00
ansible_role_ntp/tasks/packages/setup-Darwin.yml
2019-01-22 11:47:43 +01:00

8 lines
165 B
YAML

---
# Tasks file for install ntp daemon on MacOSX system
- name: Service ntp on MacOSX
service:
name: "{{ ntp_service }}"
enabled: yes
state: started