php: comments starting with '#' are deprecated

This commit is contained in:
Victor LABORIE 2017-09-12 10:41:47 +02:00
parent 069e675c6b
commit 0438ece246
4 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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