Actions
Review #706
closedansible-role-httpd_php_fpm: dont_check_potentially_non_existent_path
Start date:
2020-07-01
Branch:
ansible-role-httpd_php_fpm@dont_check_potentially_non_existent_path
Description
Repository/branch: ansible-role-httpd_php_fpm/dont_check_potentially_non_existent_path
Don't check existence of potentially nonexistent paths.
Some paths might be created later, for example: /etc/zabbix/zabbix.conf.php
. This file can not be rendered before since owner is created in the following task.
Nonexistent path mentioned in open_basedir
php configuration seems to be without any consequence.
Updated by Pierre-Louis Bonicoli over 4 years ago
- Copied from Review #705: ansible-role-httpd_php_fpm: create Unix group used for pool workers added
Updated by Pierre-Louis Bonicoli over 4 years ago
- Copied from deleted (Review #705: ansible-role-httpd_php_fpm: create Unix group used for pool workers)
Updated by Pierre-Louis Bonicoli over 4 years ago
- Blocks Review #704: duckcorp-infra: move supervision server added
Updated by Pierre-Louis Bonicoli over 4 years ago
- Copied to Review #707: ansible-role-zabbix: ignore debian bugs #909750 added
Updated by Pierre-Louis Bonicoli over 4 years ago
- Copied to deleted (Review #707: ansible-role-zabbix: ignore debian bugs #909750)
Updated by Marc Dequènes over 4 years ago
- Assignee changed from Marc Dequènes to Pierre-Louis Bonicoli
This was added because paths tend to change in between major Debian releases and it helps discover problems. I would prefer we change it into a warning.
Updated by Pierre-Louis Bonicoli over 4 years ago
- Assignee changed from Pierre-Louis Bonicoli to Marc Dequènes
Updated:
- warning added using
fail
module andignore_errors
keyword - remove ansible_check_mode exception (since the task will not fail when a path doesn't exist)
Updated by Marc Dequènes over 4 years ago
- Status changed from In Progress to Resolved
Merged, thanks.
Actions