(fix) php: Correct tasks names in config_cli as they are for all versions, not only jessie
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Ludovic Poujol <lpoujol@evolix.fr>
This commit is contained in:
Ludovic Poujol 2020-04-01 18:15:38 +02:00
parent d9517e8033
commit 2a1d355192

View file

@ -1,5 +1,5 @@
--- ---
- name: "Set default php.ini values for CLI (jessie)" - name: "Set default php.ini values for CLI"
ini_file: ini_file:
dest: "{{ php_cli_defaults_ini_file }}" dest: "{{ php_cli_defaults_ini_file }}"
section: PHP section: PHP
@ -15,7 +15,7 @@
- { option: "html_errors", value: "Off" } - { option: "html_errors", value: "Off" }
- { option: "allow_url_fopen", value: "Off" } - { option: "allow_url_fopen", value: "Off" }
- name: "Disable PHP functions for CLI (jessie)" - name: "Disable PHP functions for CLI"
ini_file: ini_file:
dest: "{{ php_cli_defaults_ini_file }}" dest: "{{ php_cli_defaults_ini_file }}"
section: PHP section: PHP
@ -31,12 +31,12 @@
# This task is not merged with the above copy # This task is not merged with the above copy
# because "force: no" prevents any fix after the fact # because "force: no" prevents any fix after the fact
- name: "Permissions for custom php.ini for CLI (jessie)" - name: "Permissions for custom php.ini for CLI"
file: file:
dest: "{{ php_cli_custom_ini_file }}" dest: "{{ php_cli_custom_ini_file }}"
mode: "0644" mode: "0644"
- name: "Set custom values for PHP to enable Symfony (jessie)" - name: "Set custom values for PHP to enable Symfony"
ini_file: ini_file:
dest: "{{ php_cli_custom_ini_file }}" dest: "{{ php_cli_custom_ini_file }}"
section: PHP section: PHP