Merge branch 'fix/rc-5.2.6/decort_rg' into 'rc-5.2.6'

bug fix

See merge request rudecs/dev/decort-ansible!6
rc-5.3.0^2
Алексей Даньков 11 months ago
commit 55268beaad

@ -226,7 +226,7 @@ class decort_rg(DecortController):
self.result['failed'] = True
self.result['msg'] = ("Current user does not have access to the requested account "
"or non-existent account specified.")
self.fail_json(**self.result)
self.amodule.fail_json(**self.result)
if amodule.params['rg_id'] > 0:
self.validated_rg_id = amodule.params['rg_id']

Loading…
Cancel
Save