Files
env-ansible/tasks/general/acct_mgmt/groups.yml

7 lines
175 B
YAML

---
# Groups that do not come to all distros by default.
- name: General | Account Management | Groups | Sudo (Looking at you BSD!)
group:
name: sudo
state: present