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.
Actions