Fix logic for 'changed' setting in DecortController.k8s_workers_modify method
This commit is contained in:
@@ -3563,7 +3563,6 @@ class DecortController(object):
|
||||
|
||||
|
||||
if self.k8s_info['techStatus'] != "STARTED":
|
||||
self.result['changed'] = False
|
||||
self.result['msg'] = ("k8s_workers_modify(): Can't modify with TechStatus other then STARTED")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user