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
|
||||
group: docker
|
||||
state: directory
|
||||
recurse: true
|
||||
with_items:
|
||||
- '{{ geth_data_path }}'
|
||||
- '{{ geth_keys_path }}'
|
||||
|
|
Loading…
Reference in New Issue