Fix logic for 'changed' setting in DecortController.k8s_workers_modify method See merge request rudecs/dev/decort-ansible!28
@ -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