From fe33acc3f6850f57de937473c63fc9a31a04ed85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 26 Apr 2019 12:45:42 +0200 Subject: [PATCH] fix permissions on password file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/generate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/generate.yml b/tasks/generate.yml index c4dc949..c90c257 100644 --- a/tasks/generate.yml +++ b/tasks/generate.yml @@ -15,6 +15,7 @@ copy: dest: '{{ geth_keys_path }}/password' content: '{{ geth_account_password | mandatory }}' + mode: 0600 - name: Geth | Generate account docker_container: