php: Korrigiere falsche Zugriffsrechte

This commit is contained in:
phil 2023-01-16 22:30:35 +01:00
parent 16c15c2095
commit 6244724c28

View file

@ -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: