Ensure video and render groups exist (FreeBSD is mad).

This commit is contained in:
Hyperling 2021-02-15 08:49:13 -06:00
parent d3489ea74e
commit b34dfd0784

View File

@ -1,7 +1,11 @@
---
# Groups that do not come to all distros by default.
- name: General | Account Management | Groups | Sudo (Looking at you BSD!)
- name: General | Account Management | Groups
group:
name: sudo
state: present
name: "{{ item }}"
state: present
loop:
- sudo
- video
- render