mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 13:44:24 -07:00
allow gitlab-project-members module to handle user level "owner" (#9953)
* fix(modules/gitlab-project-members): fix ... ... module not being able to handle owner access level * add changelog fragment for this pr * fix and extend integration tests * extend parameter docu as requested by review * also add docu for other parameters * remove pip install break-packages flag from ... ... integration tests --------- Co-authored-by: Mirko Wilhelmi <Mirko.Wilhelmi@sma.de>
This commit is contained in:
parent
02ffb6e7e3
commit
1157b7102f
4 changed files with 24 additions and 12 deletions
|
@ -16,3 +16,5 @@ dedicated_access_users:
|
|||
access_level: "developer"
|
||||
- name: username2
|
||||
access_level: "maintainer"
|
||||
- name: username3
|
||||
access_level: "owner"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue