11 lines
259 B
YAML
11 lines
259 B
YAML
---
|
|
# Facts that must be gathered after running tasks.
|
|
|
|
- name: Facts | General | Gather | Locate bash
|
|
shell: which bash
|
|
register: bash_exec
|
|
|
|
- name: Facts | General | Gather | Locate ansible-pull
|
|
shell: which ansible-pull
|
|
register: ansible_pull_exec
|