mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
b6b7601615
* fix: return correct group id match only full_path or name * chore: add changelog fragment * fix: indentation multiple of four * refactor: use two loops * fix: typo of group id * fix: changelog fragment
2 lines
192 B
YAML
2 lines
192 B
YAML
bugfixes:
|
|
- gitlab_group_members - ``get_group_id`` return the group ID by matching ``full_path``, ``path`` or ``name`` (https://github.com/ansible-collections/community.general/pull/3400).
|