mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 14:14:22 -07:00
* Initial change to get behaviour of gitlab_project_members like the new gitlab_group_members
* added changelog
* linter: removed trainling whitespaces
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* requested changes
* linter fixes
* undoing formatting changes to existing code
Co-authored-by: Max-Florian Bidlingmaier <Max.Bidlingmaier@konsolan.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Max Bidlingmaier <Max-Florian.Bidlingmaier@sap.com>
(cherry picked from commit 7a2efb4775
)
Co-authored-by: Max Bidlingmaier <maks@konsolan.de>
This commit is contained in:
parent
9d468fb078
commit
7c810a6186
4 changed files with 312 additions and 76 deletions
|
@ -3,3 +3,11 @@ gitlab_api_access_token: "token"
|
|||
gitlab_project: some_project
|
||||
username: some_user
|
||||
gitlab_access_level: developer
|
||||
userlist:
|
||||
- username1
|
||||
- username2
|
||||
dedicated_access_users:
|
||||
- name: username1
|
||||
access_level: "developer"
|
||||
- name: username2
|
||||
access_level: "maintainer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue