mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
modify ntp.conf mode
This commit is contained in:
parent
52488963c7
commit
a366c6a2c9
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@
|
||||||
dest: "{{ ntp_configfile }}"
|
dest: "{{ ntp_configfile }}"
|
||||||
owner: "{{ ntp_configfile_user }}"
|
owner: "{{ ntp_configfile_user }}"
|
||||||
group: "{{ ntp_configfile_group }}"
|
group: "{{ ntp_configfile_group }}"
|
||||||
mode: 644
|
mode: 0644
|
||||||
notify: "Restart ntp daemons on {{ ansible_system }}"
|
notify: "Restart ntp daemons on {{ ansible_system }}"
|
||||||
|
|
Loading…
Reference in a new issue