php: Korrigiere falsche Zugriffsrechte
This commit is contained in:
parent
16c15c2095
commit
6244724c28
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ php_fpm_log_dir }}"
|
path: "{{ php_fpm_log_dir }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0644
|
mode: 0755
|
||||||
|
|
||||||
- name: "PHP | Verlinke FPM-Konfiguration"
|
- name: "PHP | Verlinke FPM-Konfiguration"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Reference in a new issue