mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Enable NTP service in common Ansible role
This commit is contained in:
parent
b097871279
commit
bb11cfdbb3
1 changed files with 1 additions and 0 deletions
|
@ -23,4 +23,5 @@
|
|||
- name: Start NTP daemon
|
||||
service:
|
||||
name: ntp
|
||||
enabled: yes
|
||||
state: started
|
||||
|
|
Loading…
Reference in a new issue