General FreeBSD and account improvements.

This commit is contained in:
2021-02-03 21:17:48 -06:00
parent 95024e6400
commit 86e1881090
11 changed files with 53 additions and 32 deletions

View File

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