2021-02-02 21:05:46 -06:00
|
|
|
---
|
2021-02-02 21:28:17 -06:00
|
|
|
# Facts that must be gathered after running tasks.
|
2021-02-02 21:05:46 -06:00
|
|
|
|
2021-02-06 17:00:55 -06:00
|
|
|
- name: General | Facts | Gather | Locate bash
|
2021-02-02 21:05:46 -06:00
|
|
|
shell: which bash
|
2021-02-03 21:17:48 -06:00
|
|
|
register: bash_exec
|
|
|
|
|
2021-02-06 17:00:55 -06:00
|
|
|
- name: General | Facts | Gather | Locate ansible-pull
|
2021-02-03 21:17:48 -06:00
|
|
|
shell: which ansible-pull
|
|
|
|
register: ansible_pull_exec
|
2021-02-14 16:36:31 -06:00
|
|
|
|
|
|
|
- name: General | Facts | Gather | Locate zsh
|
|
|
|
shell: which zsh
|
|
|
|
register: zsh_exec
|