From c5ef3a4f2d700f85736109a56be5593ed3aed0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 25 Mar 2021 13:49:49 +0100 Subject: [PATCH] put wrappers under geth_service_path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/wrappers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/wrappers.yml b/tasks/wrappers.yml index 5ef4614..2f8671b 100644 --- a/tasks/wrappers.yml +++ b/tasks/wrappers.yml @@ -2,7 +2,7 @@ - name: Create Geth console attach wrapper template: src: 'attach.sh.j2' - dest: '{{ geth_cont_vol }}/attach.sh' + dest: '{{ geth_service_path }}/attach.sh' owner: 'root' group: 'docker' mode: 0750 @@ -10,7 +10,7 @@ - name: Create Geth JSON RPC wrapper script template: src: 'rpc.sh.j2' - dest: '{{ geth_cont_vol }}/rpc.sh' + dest: '{{ geth_service_path }}/rpc.sh' owner: 'root' group: 'docker' mode: 0750