fix permissions on password file

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-26 12:45:42 +02:00
parent 54109fb496
commit fe33acc3f6
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -15,6 +15,7 @@
copy:
dest: '{{ geth_keys_path }}/password'
content: '{{ geth_account_password | mandatory }}'
mode: 0600
- name: Geth | Generate account
docker_container: