--- - name: "Create group `{{ group }}`" become: true ansible.builtin.group: name: "{{ group }}" gid: "{{ users_groups[group].get('gid') if 'gid' in users_groups[group] else omit }}"