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
1 changed files with 2 additions and 0 deletions

View File

@ -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"