From 83c8faab2d38cdd0b9f0bf40281aea14e5dd3c07 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 3 Mar 2017 12:23:08 +0100 Subject: [PATCH] Apache: permissions mode with leading 0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … even in string form --- apache/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache/tasks/main.yml b/apache/tasks/main.yml index 147622d0..c355b6a2 100644 --- a/apache/tasks/main.yml +++ b/apache/tasks/main.yml @@ -29,7 +29,7 @@ dest: "/etc/apache2/conf-available/z-evolinux-defaults.conf" owner: root group: root - mode: "644" + mode: "0644" force: yes tags: - apache @@ -40,7 +40,7 @@ dest: "/etc/apache2/conf-available/zzz-evolinux-custom.conf" owner: root group: root - mode: "644" + mode: "0644" force: no tags: - apache @@ -61,7 +61,7 @@ dest: /etc/apache2/private_ipaddr_whitelist.conf owner: root group: root - mode: "640" + mode: "0640" force: no tags: - apache @@ -92,7 +92,7 @@ dest: /etc/apache2/private_htpasswd owner: root group: root - mode: "640" + mode: "0640" force: no notify: reload apache tags: