From c198217900f4cf1a1dacec5594571a42e2705181 Mon Sep 17 00:00:00 2001 From: Richard C Isaacson Date: Wed, 15 Jan 2014 01:41:20 -0600 Subject: [PATCH] Rough cut implementation based on @resmo's comments. --- library/system/at | 1 + 1 file changed, 1 insertion(+) 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':