mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Add additional auth support to Gitlab (#705)
- removed unused imports from module_utils.gitlab
- fix bug in gitlab_project to check if avatar_path is provided
* add doc_fragment and argument_spec for gitlab auth
* doc fixes and remove avatar_path bug fix
* small doc changes, pass validate_certs to requests call
* update changelog
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| gitlab_branch.py | ||
| gitlab_deploy_key.py | ||
| gitlab_group.py | ||
| gitlab_group_members.py | ||
| gitlab_group_variable.py | ||
| gitlab_hook.py | ||
| gitlab_project.py | ||
| gitlab_project_members.py | ||
| gitlab_project_variable.py | ||
| gitlab_protected_branch.py | ||
| gitlab_runner.py | ||
| gitlab_user.py | ||