15 lines
346 B
YAML
Raw Normal View History

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
- name: General | Facts | Gather | Locate bash
2021-02-02 21:05:46 -06:00
shell: which bash
register: bash_exec
- name: General | Facts | Gather | Locate ansible-pull
shell: which ansible-pull
register: ansible_pull_exec
- name: General | Facts | Gather | Locate zsh
shell: which zsh
register: zsh_exec