Use bash_exec fact for more.

This commit is contained in:
2021-02-02 21:05:46 -06:00
parent 4661e114eb
commit 6f2361832a
4 changed files with 12 additions and 7 deletions

6
facts/general/gather.yml Normal file
View File

@ -0,0 +1,6 @@
---
# Facts that must be gathered by tasks.
- name: Gather | Locate BASH
shell: which bash
register: bash_exec