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

10 lines
179 B
YAML
Raw Normal View History

2019-01-22 11:47:43 +01:00
---
# Tasks file for install ntp daemon on MacOSX system
- name: Service ntp on MacOSX
2019-03-04 17:35:28 +01:00
become: yes
2019-01-22 11:47:43 +01:00
service:
name: "{{ ntp_service }}"
enabled: yes
state: started