fixed a typo in a UID
This commit is contained in:
parent
9fb8346a03
commit
3a9d66a72c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue