put wrappers under geth_service_path

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-25 13:49:49 +01:00
parent 4cdf6e0e53
commit c5ef3a4f2d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

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