add creation of data dir

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-27 09:47:53 -04:00
parent ee62a95038
commit 0d88f8251b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 6 additions and 1 deletions

View File

@ -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: