infra-role-geth/tasks/wrapper.yml
Jakub Sokołowski 91e1da9e03
rename ageth to ageth-{{ geth_cont_name }}
This fixes issue on hosts where multiple instances run.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-01-29 13:18:13 +01:00

7 lines
152 B
YAML

---
- name: Create geth attach wrapper
template:
src: geth-attach-wrapper.sh
dest: '/usr/local/bin/ageth-{{ geth_cont_name }}'
mode: 0755