doc(role): update README.md
All checks were successful
checks-test / Lint (push) Successful in 50s
checks-test / molecule (debian11) (push) Successful in 2m8s
checks-test / molecule (rockylinux9) (push) Successful in 2m11s
checks-test / molecule (ubuntu2204) (push) Successful in 2m7s

This commit is contained in:
2024-01-14 19:55:19 +02:00
parent f3b6072eb6
commit 766aad6c32
5 changed files with 68 additions and 16 deletions

View File

@@ -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 }}"