minecraft_blockmap: Fix output dir permissions

This commit is contained in:
saibotk 2020-12-17 14:25:27 +01:00
parent c6fc482122
commit 38ff0ee589
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -44,7 +44,7 @@
file:
path: "{{ item }}"
state: directory
mode: '0750'
mode: '0755'
owner: 'root'
group: 'root'
setype: "container_file_t"