From e55911afb260318de71f8ddbd4d727a8f5b3f12d Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 19 Aug 2014 09:09:13 -0500 Subject: Removing skipped=True from result when using creates= and removes= Fixes #8645 --- commands/command | 2 -- 1 file changed, 2 deletions(-) (limited to 'commands') diff --git a/commands/command b/commands/command index ce54c83c..dde2d645 100644 --- a/commands/command +++ b/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 -- cgit v1.2.1