Use bash_exec fact for more.
This commit is contained in:
6
facts/general/gather.yml
Normal file
6
facts/general/gather.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
# Facts that must be gathered by tasks.
|
||||
|
||||
- name: Gather | Locate BASH
|
||||
shell: which bash
|
||||
register: bash_exec
|
Reference in New Issue
Block a user