From 6244724c28d914bf1431b14836f8a44539439e70 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 16 Jan 2023 22:30:35 +0100 Subject: [PATCH] php: Korrigiere falsche Zugriffsrechte --- tasks/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: