diff --git a/tasks/general/acct_mgmt/groups.yml b/tasks/general/acct_mgmt/groups.yml index 884365d..5374099 100644 --- a/tasks/general/acct_mgmt/groups.yml +++ b/tasks/general/acct_mgmt/groups.yml @@ -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 \ No newline at end of file + name: "{{ item }}" + state: present + loop: + - sudo + - video + - render \ No newline at end of file