You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 20:21:52 +03:00
Update gitlab_deploy_key.py (#5888)
* Update gitlab_deploy_key.py Change key title on key update * Create 5888-update-key-title Add changelog fragment for key title change * Update changelogs/fragments/5888-update-key-title Co-authored-by: Felix Fontein <felix@fontein.de> * Rename 5888-update-key-title to 5888-update-key-title.yml Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@ -151,6 +151,7 @@ class GitLabDeployKey(object):
|
||||
changed = True
|
||||
else:
|
||||
changed, deploy_key = self.update_deploy_key(self.deploy_key_object, {
|
||||
'title': key_title,
|
||||
'can_push': options['can_push']})
|
||||
|
||||
self.deploy_key_object = deploy_key
|
||||
|
Reference in New Issue
Block a user