community.general/lib/ansible/modules/source_control
Peter Nagy b4fb4420bb Specify in requirements one needs to have admin rights (#20455)
After much plumbing through the source code, python-gitlab and the Gitlab API I found out why I cannot update my ssh keys through this module - because it expects the user to have admin rights on the server. This could be made clearer in the requirements because the Gitlab API allows one to change his/her own profile, it's just that the module or the underlying library doesn't cover this use case.
2017-01-19 16:17:33 -08:00
..
__init__.py
bzr.py Remove unneeded quotes - source_control/bzr.py (#18825) 2016-12-09 08:48:15 -05:00
git.py Document git module return values (#19485) 2017-01-08 15:33:51 +00:00
git_config.py Have AnsibleModule raise a failure of git is missing in git_config module (#19676) 2017-01-04 14:23:21 +00:00
github_hooks.py Remove unused quotes - source_control/github_hooks.py (#19159) 2016-12-10 09:23:19 -05:00
github_key.py
github_release.py
gitlab_group.py Native YAML - source_control/gitlab_group (#19054) 2016-12-09 05:48:33 -05:00
gitlab_project.py
gitlab_user.py Specify in requirements one needs to have admin rights (#20455) 2017-01-19 16:17:33 -08:00
hg.py
subversion.py