fix permissions on password file
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
54109fb496
commit
fe33acc3f6
|
@ -15,6 +15,7 @@
|
|||
copy:
|
||||
dest: '{{ geth_keys_path }}/password'
|
||||
content: '{{ geth_account_password | mandatory }}'
|
||||
mode: 0600
|
||||
|
||||
- name: Geth | Generate account
|
||||
docker_container:
|
||||
|
|
Loading…
Reference in New Issue