infra-role-geth/tasks/wrapper.yml
Jakub Sokołowski f94a05fcd1
add ageth - a wrapper script for accessing geth console
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-26 14:13:20 +02:00

7 lines
129 B
YAML

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