Better names. :)

This commit is contained in:
2021-02-02 21:28:17 -06:00
parent b221478f35
commit 2951b687ae
18 changed files with 52 additions and 52 deletions

View File

@ -1,13 +1,13 @@
---
# Define users and groups per OS type.
- name: Set Linux User Variables
- name: Facts | Workstation | User | Linux
set_fact:
root_group: root
when: ansible_system == "Linux"
- name: Set FreeBSD User Variables
- name: Facts | Workstation | User | FreeBSD
set_fact:
root_group: wheel
when: ansible_system == "FreeBSD"