fix permissions on docker volumes to use dockremap

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-02-18 17:40:57 +01:00
parent fe3612087e
commit 5469bb6e94
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,10 @@
---
- name: Make sure geth will have access to /data
file:
path: /data
owner: dockremap
recurse: true
- name: Run Geth container
docker_container:
name: '{{ geth_name }}'

View File

@ -3,6 +3,8 @@
file:
path: '{{ geth_keys }}'
state: directory
owner: dockremap
recurse: true
- name: Find all enode files
find: