From fdaf26bc232286b036d0a7f96d7c86ecd9642eff Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Fri, 29 Nov 2024 16:15:55 +0100 Subject: [PATCH] Overwrite apple-app-site-association for myconext - file rights --- roles/myconext/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/myconext/tasks/main.yml b/roles/myconext/tasks/main.yml index fc2145af9..c3559244e 100644 --- a/roles/myconext/tasks/main.yml +++ b/roles/myconext/tasks/main.yml @@ -52,7 +52,7 @@ dest: "/opt/openconext/myconext/apple-app-site-association" owner: "root" group: "root" - mode: "0640" + mode: "0644" - name: Copy / create APNS certificate ansible.builtin.copy: