nefarious: all the stuff
This commit is contained in:
parent
4a75b2365c
commit
b7d3ed7f18
12 changed files with 197 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue