mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-02-16 22:06:26 +00:00
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…
x
Reference in New Issue
Block a user