diff --git a/php/tasks/apache.yml b/php/tasks/apache.yml index 32e79b4c..99c50e2b 100644 --- a/php/tasks/apache.yml +++ b/php/tasks/apache.yml @@ -55,7 +55,7 @@ copy: dest: "{{ php_apache_custom_file }}" content: | - # Put customized values here. + ; Put customized values here. force: no - name: "Set custom values for PHP to enable Symfony" diff --git a/php/tasks/fpm.yml b/php/tasks/fpm.yml index b3971763..8647003d 100644 --- a/php/tasks/fpm.yml +++ b/php/tasks/fpm.yml @@ -59,7 +59,7 @@ copy: dest: "{{ phpini_fpm_custom_file }}" content: | - # Put customized values here. + ; Put customized values here. force: no - name: Set default PHP FPM values @@ -85,7 +85,7 @@ copy: dest: "{{ php_fpm_custom_file }}" content: | - # Put customized values here. + ; Put customized values here. force: no - name: "Set custom values for PHP to enable Symfony" diff --git a/php/tasks/php_jessie.yml b/php/tasks/php_jessie.yml index 5f31671d..62e68aa8 100644 --- a/php/tasks/php_jessie.yml +++ b/php/tasks/php_jessie.yml @@ -50,7 +50,7 @@ copy: dest: "{{ phpini_cli_custom_file }}" content: | - # Put customized values here. + ; Put customized values here. force: no - name: "Set custom values for PHP to enable Symfony (jessie)" diff --git a/php/tasks/php_stretch.yml b/php/tasks/php_stretch.yml index 3cb5cf60..1ebae567 100644 --- a/php/tasks/php_stretch.yml +++ b/php/tasks/php_stretch.yml @@ -51,7 +51,7 @@ copy: dest: "{{ phpini_cli_custom_file }}" content: | - # Put customized values here. + ; Put customized values here. force: no - name: "Set custom values for PHP to enable Symfony (Debian 9 or later)"