Merge branch 'BANS-225' into 'rc-5.2.6'

Fix logic for 'changed' setting in DecortController.k8s_workers_modify method

See merge request rudecs/dev/decort-ansible!28
This commit is contained in:
Алексей Даньков
2024-05-21 08:07:28 +00:00

View File

@@ -3563,7 +3563,6 @@ class DecortController(object):
if self.k8s_info['techStatus'] != "STARTED": if self.k8s_info['techStatus'] != "STARTED":
self.result['changed'] = False
self.result['msg'] = ("k8s_workers_modify(): Can't modify with TechStatus other then STARTED") self.result['msg'] = ("k8s_workers_modify(): Can't modify with TechStatus other then STARTED")
return return