From 855154226ec344c00de1e8e9dd827e491c174d2c 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. --- system/at | 1 + 1 file changed, 1 insertion(+) diff --git a/system/at b/system/at index 6893e8d07d6..d7700eb7d55 100644 --- a/system/at +++ b/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':