From 3b4bf6d13afb0fb0874396111cee62fa4d0f6948 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Mon, 16 Oct 2017 17:46:55 +0200 Subject: [PATCH] php: fix right on custom conf files --- php/tasks/apache.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/tasks/apache.yml b/php/tasks/apache.yml index df352848..cefeb95c 100644 --- a/php/tasks/apache.yml +++ b/php/tasks/apache.yml @@ -52,6 +52,7 @@ section: PHP option: disable_functions value: "exec,shell-exec,system,passthru,putenv,popen" + mode: "0644" - name: Custom php.ini copy: @@ -59,6 +60,7 @@ content: | ; Put customized values here. ; default_charset = "ISO-8859-1" + mode: "0644" force: no - name: "Set custom values for PHP to enable Symfony"