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

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

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:
dest: "{{ php_cli_defaults_ini_file }}"
section: PHP
@ -15,7 +15,7 @@
- { option: "html_errors", value: "Off" }
- { option: "allow_url_fopen", value: "Off" }
- name: "Disable PHP functions for CLI (jessie)"
- name: "Disable PHP functions for CLI"
ini_file:
dest: "{{ php_cli_defaults_ini_file }}"
section: PHP
@ -31,12 +31,12 @@
# This task is not merged with the above copy
# 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:
dest: "{{ php_cli_custom_ini_file }}"
mode: "0644"
- name: "Set custom values for PHP to enable Symfony (jessie)"
- name: "Set custom values for PHP to enable Symfony"
ini_file:
dest: "{{ php_cli_custom_ini_file }}"
section: PHP