feat(role): init
This commit is contained in:
6
tasks/group.yml
Normal file
6
tasks/group.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: "Create group `{{ group }}`"
|
||||
become: true
|
||||
group:
|
||||
name: "{{ group }}"
|
||||
gid: "{{ users_groups[group].get('gid', None) }}"
|
||||
Reference in New Issue
Block a user