mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
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
This commit is contained in:
parent
3a2f52c1db
commit
8ba7fd5d61
2 changed files with 4 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- gitlab_deploy_key - fix the SSH Deploy Key being deleted accidentally while running task in check mode (https://github.com/ansible-collections/community.general/issues/3621, https://github.com/ansible-collections/community.general/pull/3622).
|
Loading…
Add table
Add a link
Reference in a new issue