diff --git a/library/system/at b/library/system/at index 6893e8d07d6..d7700eb7d55 100644 --- a/library/system/at +++ b/library/system/at @@ -173,6 +173,7 @@ def main(): if rc != 0: module.fail_json(msg=err) result['changed'] = True + module.exit_json(**result) # if unique if existing return unchanged if action == 'unique':