php: fix right on custom conf files

This commit is contained in:
Victor LABORIE 2017-10-16 17:46:55 +02:00
parent 1941f9a3f9
commit 3b4bf6d13a

View file

@ -52,6 +52,7 @@
section: PHP section: PHP
option: disable_functions option: disable_functions
value: "exec,shell-exec,system,passthru,putenv,popen" value: "exec,shell-exec,system,passthru,putenv,popen"
mode: "0644"
- name: Custom php.ini - name: Custom php.ini
copy: copy:
@ -59,6 +60,7 @@
content: | content: |
; Put customized values here. ; Put customized values here.
; default_charset = "ISO-8859-1" ; default_charset = "ISO-8859-1"
mode: "0644"
force: no force: no
- name: "Set custom values for PHP to enable Symfony" - name: "Set custom values for PHP to enable Symfony"