add creation of data dir
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ee62a95038
commit
0d88f8251b
|
@ -1,8 +1,13 @@
|
||||||
---
|
---
|
||||||
- name: Geth | Create keys directory
|
- name: Geth | Create keys directory
|
||||||
file:
|
file:
|
||||||
path: '{{ geth_keys_path }}'
|
path: '{{ item }}'
|
||||||
|
owner: dockremap
|
||||||
|
group: docker
|
||||||
state: directory
|
state: directory
|
||||||
|
with_items:
|
||||||
|
- '{{ geth_data_path }}'
|
||||||
|
- '{{ geth_keys_path }}'
|
||||||
|
|
||||||
- name: Geth | Check if account file exists
|
- name: Geth | Check if account file exists
|
||||||
stat:
|
stat:
|
||||||
|
|
Loading…
Reference in New Issue