minecraft_blockmap: Fix output dir permissions
This commit is contained in:
parent
c6fc482122
commit
38ff0ee589
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: '0750'
|
mode: '0755'
|
||||||
owner: 'root'
|
owner: 'root'
|
||||||
group: 'root'
|
group: 'root'
|
||||||
setype: "container_file_t"
|
setype: "container_file_t"
|
||||||
|
|
Loading…
Add table
Reference in a new issue