From a006389988d67a6b932488f0ac1c0caad09efbc4 Mon Sep 17 00:00:00 2001 From: erebion Date: Mon, 4 Sep 2023 22:38:55 +0200 Subject: [PATCH] And of course I forgot the permissions for one file, but now... --- roles/docker_pretix/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker_pretix/tasks/main.yml b/roles/docker_pretix/tasks/main.yml index d7f5460..5bf594c 100644 --- a/roles/docker_pretix/tasks/main.yml +++ b/roles/docker_pretix/tasks/main.yml @@ -26,7 +26,7 @@ state: file owner: 15371 group: 15371 - mode: '0750' + mode: '0600' with_items: - "{{ docker_volumes_dir }}/pretix/data/.secret"