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:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
mode: '0750'
|
||||
mode: '0755'
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
setype: "container_file_t"
|
||||
|
|
Loading…
Add table
Reference in a new issue