nefarious: all the stuff

This commit is contained in:
Jef Roosens 2024-05-20 14:21:21 +02:00
parent 4a75b2365c
commit b7d3ed7f18
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
12 changed files with 197 additions and 35 deletions

View file

@ -18,8 +18,8 @@
path: "/mnt/data1/matrix/{{ item.dir }}"
state: directory
mode: '0755'
owner: {{ item.owner }}
group: {{ item.group }}
owner: "{{ item.owner }}"
group: "{{ item.group }}"
loop:
- dir: 'conduit'
owner: 1000