Add psutil dependency. Fix names in fact files.
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user