diff --git a/tasks/php.yml b/tasks/php.yml index 4a18041..1a1be51 100644 --- a/tasks/php.yml +++ b/tasks/php.yml @@ -26,7 +26,7 @@ ansible.builtin.file: path: "{{ php_fpm_log_dir }}" state: directory - mode: 0644 + mode: 0755 - name: "PHP | Verlinke FPM-Konfiguration" ansible.builtin.file: