mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
389b004879
* 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>
5 lines
151 B
YAML
5 lines
151 B
YAML
gitlab_server_url: https://gitlab.com
|
|
gitlab_api_access_token: "token"
|
|
gitlab_project: some_project
|
|
username: some_user
|
|
gitlab_access_level: developer
|