Nejc Habjan
d29aecad26
gitlab: clean up modules and utils ( #3694 )
...
* gitlab: remove dead code in module_utils
* gitlab: use snake_case consistently in methods and functions
* gitlab: use snake_case consistently in variables
* gitlab: fix pep8 indentation issues
* gitlab: add changelog fragment
* gitlab: apply suggestions from code review
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
Co-authored-by: Chris Frage <git@sh0shin.org >
* gitlab: use consistent indentation
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
Co-authored-by: Chris Frage <git@sh0shin.org >
2021-11-16 13:01:32 +01:00
Waldek Maleska
8ba7fd5d61
fix gitlab_deploy_key task in check mode ( #3622 )
...
fixes #3621
* running check mode used to accidentally delete the existing
ssh key; change it so deletion is skipped in check mode
2021-10-28 20:07:05 +02:00
Jonathan Piron
0bc4518f3b
Fix: gitlab_deploy_key idempotency ( #3473 )
...
* Fix: gitlab_deploy_key idempotency
The module was not retrieving all the deploy keys leading to non
idempotency on projects with multiple deploy keys.
SEE: https://python-gitlab.readthedocs.io/en/stable/api-usage.html#pagination
* Update changelogs/fragments/3473-gitlab_deploy_key-fix_idempotency.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Jonathan Piron <jonathanpiron@gmail.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-10-04 21:03:31 +02:00
Felix Fontein
fafabed9e6
Replace ansible.module_utils._text by ansible.module_utils.common.text.converters ( #2877 )
...
* Replace ansible.module_utils._text by ansible.module_utils.common.text.converters.
* Also adjust tests.
2021-06-26 23:59:11 +02:00
Felix Fontein
1ea080762b
Mark non-secret leaking module options with no_log=False ( #2001 )
...
* Mark non-secret leaking module options with no_log=False.
* Add changelog fragment.
2021-03-12 08:51:47 +01:00
morco
dd0b54b9b5
Feature/gitlab deploykey updkey ( #1661 )
...
* feat(gitlab-deploy-key): automatically update ...
... the public key
* add integrity test
* fix sanity issues
* added changelog fragment
Co-authored-by: Mirko Wilhelmi <Mirko.Wilhelmi@sma.de >
2021-02-05 07:30:05 +01:00
Alexei Znamensky
b69ea1dfd9
Tidy up validate-modules:doc-required-mismatch ( #1415 )
...
* Tidy up validate-modules ignores doc-required-mismatch
* Tidy up validate-modules ignores doc-required-mismatch - update on 2.11
* Fixed chengelog frag
* rolledback removal of parameter from cloud/smartos/vmadm.py
* removed changelog frag for the rollback
* Update plugins/modules/cloud/smartos/vmadm.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Revert "removed changelog frag for the rollback"
This reverts commit 56a02ead3b .
* suggestion from PR
* yet another PR suggestion
Co-authored-by: Felix Fontein <felix@fontein.de >
2020-11-28 14:06:28 +01:00
Andrew Klychkov
41cfdda6a3
modules: fix examples to use FQCN ( #644 )
...
* modules: fix examples to use FQCN
* fix
* fix
* fix
2020-07-13 21:50:31 +02:00
Andrew Klychkov
5d226f86b6
Remove ANSIBLE_METADATA ( #339 )
...
* Remove ANSIBLE_METADATA
* remove from other modules
* remove from plugins and scripts
2020-05-14 14:03:42 +01:00
Ansible Core Team
aebc1b03fd
Initial commit
2020-03-09 09:11:07 +00:00