Prevent creation of log dir if defined
This commit is contained in:
parent
d8b0c89506
commit
9354d71dc1
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
path: "{{ php_fpm_log_dir }}"
|
||||
state: directory
|
||||
mode: "0755"
|
||||
when: php_fpm_create_log_dir
|
||||
|
||||
- name: "PHP | Copy template for PHP-FPM systemd service and socket"
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue