From 8648fa175cc4bb1455f76ade8a0b3d6c340551fd Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 19 Aug 2014 09:09:13 -0500 Subject: [PATCH] Removing skipped=True from result when using creates= and removes= Fixes #8645 --- library/commands/command | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/commands/command b/library/commands/command index ce54c83c387..dde2d645170 100644 --- a/library/commands/command +++ b/library/commands/command @@ -138,7 +138,6 @@ def main(): module.exit_json( cmd=args, stdout="skipped, since %s exists" % v, - skipped=True, changed=False, stderr=False, rc=0 @@ -153,7 +152,6 @@ def main(): module.exit_json( cmd=args, stdout="skipped, since %s does not exist" % v, - skipped=True, changed=False, stderr=False, rc=0