From 3a9d66a72c423560d44137481655b39ce18437b7 Mon Sep 17 00:00:00 2001 From: erebion Date: Mon, 4 Sep 2023 16:54:20 +0200 Subject: [PATCH] fixed a typo in a UID --- 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 138ab1a..56cbb0f 100644 --- a/roles/docker_pretix/tasks/main.yml +++ b/roles/docker_pretix/tasks/main.yml @@ -22,7 +22,7 @@ ansible.builtin.file: path: "{{ item }}" state: directory - owner: 1137 #this is the ID Pretix uses + owner: 1337 #this is the ID Pretix uses group: 1337 mode: '0750' recurse: true