infra-role-geth/tasks/wrapper.yml

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