From a366c6a2c9be91074a7dd1aba225811f5f9162db Mon Sep 17 00:00:00 2001 From: diodonfrost Date: Fri, 28 Dec 2018 15:16:21 +0100 Subject: [PATCH] modify ntp.conf mode --- tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config.yml b/tasks/config.yml index 389cd2a..7a2c7f2 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -11,5 +11,5 @@ dest: "{{ ntp_configfile }}" owner: "{{ ntp_configfile_user }}" group: "{{ ntp_configfile_group }}" - mode: 644 + mode: 0644 notify: "Restart ntp daemons on {{ ansible_system }}"