infra-role-geth/tasks/wrapper.yml

7 lines
129 B
YAML
Raw Normal View History

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