doc(role): update README.md
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
become: true
|
||||
ansible.builtin.group:
|
||||
name: "{{ group }}"
|
||||
gid: "{{ users_groups[group].get('gid', None) }}"
|
||||
gid: "{{ users_groups[group].get('gid') if 'gid' in users_groups[group] else omit }}"
|
||||
|
||||
Reference in New Issue
Block a user