From 0438ece246f586c28fdd5c7514deb11a9d5b5a4c Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Tue, 12 Sep 2017 10:41:47 +0200 Subject: [PATCH] php: comments starting with '#' are deprecated --- php/tasks/apache.yml | 2 +- php/tasks/fpm.yml | 4 ++-- php/tasks/php_jessie.yml | 2 +- php/tasks/php_stretch.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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)"