fix php access directories
This commit is contained in:
parent
2d34a70926
commit
4ae6c8c695
1 changed files with 3 additions and 2 deletions
|
@ -63,10 +63,11 @@
|
||||||
|
|
||||||
- name: ensure php-fpm log directory exists
|
- name: ensure php-fpm log directory exists
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path:
|
path: "{{ item }}"
|
||||||
|
state: directory
|
||||||
|
loop:
|
||||||
- /var/log/php-fpm-legacy/
|
- /var/log/php-fpm-legacy/
|
||||||
- /var/log/php-fpm-legacy/access/
|
- /var/log/php-fpm-legacy/access/
|
||||||
state: directory
|
|
||||||
|
|
||||||
- name: deploy php-fpm systemd override
|
- name: deploy php-fpm systemd override
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue