1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-26 13:42:49 +00:00

add a custom module for managing group membership in gitlab (#844)

* add a custom module for managing group membership in gitlab

* add integration test & modify the module

* modify the module

* modify the module

* remove whitespace

* add aliases file & modify the module

* minor and suggested modifications

* suggested modifications

* more minor modifications

* modified the module to use gitlabAuth

* removed api_url from the doc

* remove api_token

* add update access level for an existing user

* remove access level if statement
This commit is contained in:
Zainab Alsaffar 2020-09-16 01:24:37 -04:00 committed by GitHub
parent 2b3c8f4582
commit 905239f530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 295 additions and 0 deletions

View file

@ -0,0 +1 @@
./source_control/gitlab/gitlab_group_members.py