mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-02-18 06:46:49 +00:00
7 lines
129 B
YAML
7 lines
129 B
YAML
|
---
|
||
|
- name: Create geth attach wrapper
|
||
|
template:
|
||
|
src: geth-attach-wrapper.sh
|
||
|
dest: /usr/local/bin/ageth
|
||
|
mode: 0755
|