mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
* added gitlab_project_members
* fix code style
* added some arg to doc
* 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>
* integration test for gitlab_project_members module
Co-authored-by: Sergey Mikhaltsov <s.mikhaltsov@leadgid.ru>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 389b004879)
Co-authored-by: Sergey Mikhaltsov <metanovii@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
gitlab_server_url: https://gitlab.com
|
||||
gitlab_api_access_token: "token"
|
||||
gitlab_project: some_project
|
||||
username: some_user
|
||||
gitlab_access_level: developer
|
||||
Reference in New Issue
Block a user