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,13 +1,13 @@
---
# Define users and groups per OS type.
- name: Facts | General | User | Linux
- name: General | Facts | User | Linux
set_fact:
root_group: root
when: ansible_system == "Linux"
- name: Facts | General | User | FreeBSD
- name: General | Facts | User | FreeBSD
set_fact:
root_group: wheel
when: ansible_system == "FreeBSD"