put wrappers under geth_service_path
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4cdf6e0e53
commit
c5ef3a4f2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue