mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-02-14 21:07:13 +00:00
This fixes issue on hosts where multiple instances run. Signed-off-by: Jakub Sokołowski <jakub@status.im>
7 lines
152 B
YAML
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
|