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