env-ansible/facts/miner/gather.yml

8 lines
145 B
YAML
Raw Normal View History

---
# Find things we will use later.
## Executables ##
- name: Miner | Facts | System | Executables
shell: "which bash"
register: bash_exec