Ensure video and render groups exist (FreeBSD is mad).
This commit is contained in:
parent
d3489ea74e
commit
b34dfd0784
@ -1,7 +1,11 @@
|
|||||||
---
|
---
|
||||||
# Groups that do not come to all distros by default.
|
# 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:
|
group:
|
||||||
name: sudo
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
|
loop:
|
||||||
|
- sudo
|
||||||
|
- video
|
||||||
|
- render
|
Loading…
x
Reference in New Issue
Block a user