Add psutil dependency. Fix names in fact files.

This commit is contained in:
2021-02-06 17:00:55 -06:00
parent cd1cdef514
commit 0ed6685b30
8 changed files with 36 additions and 23 deletions

View File

@ -1,10 +1,10 @@
---
# Facts that must be gathered after running tasks.
- name: Facts | General | Gather | Locate bash
- name: General | Facts | Gather | Locate bash
shell: which bash
register: bash_exec
- name: Facts | General | Gather | Locate ansible-pull
- name: General | Facts | Gather | Locate ansible-pull
shell: which ansible-pull
register: ansible_pull_exec