Enable NTP service in common Ansible role

This commit is contained in:
Joakim Soderlund 2017-09-06 20:17:43 +02:00
parent b097871279
commit bb11cfdbb3

View file

@ -23,4 +23,5 @@
- name: Start NTP daemon
service:
name: ntp
enabled: yes
state: started