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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user