6 lines
115 B
YAML
6 lines
115 B
YAML
|
---
|
||
|
# Facts that must be gathered by tasks.
|
||
|
|
||
|
- name: Gather | Locate BASH
|
||
|
shell: which bash
|
||
|
register: bash_exec
|