fix permissions recursively for continer dirs
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0d88f8251b
commit
6fc6a3d10d
|
@ -5,6 +5,7 @@
|
||||||
owner: dockremap
|
owner: dockremap
|
||||||
group: docker
|
group: docker
|
||||||
state: directory
|
state: directory
|
||||||
|
recurse: true
|
||||||
with_items:
|
with_items:
|
||||||
- '{{ geth_data_path }}'
|
- '{{ geth_data_path }}'
|
||||||
- '{{ geth_keys_path }}'
|
- '{{ geth_keys_path }}'
|
||||||
|
|
Loading…
Reference in New Issue