diff --git a/plugins/modules/aci_rest.py b/plugins/modules/aci_rest.py index aa3acc101..c5739cfbb 100644 --- a/plugins/modules/aci_rest.py +++ b/plugins/modules/aci_rest.py @@ -443,7 +443,7 @@ def main(): aci.proposed = json.loads(payload) elif rest_type == "xml": aci.proposed = payload - + # Report success aci.exit_json(**aci.result)