mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Fix: GitLab API searches always return first found match (#3400)
* 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
This commit is contained in:
parent
43a9f09a17
commit
b6b7601615
2 changed files with 9 additions and 3 deletions
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue