summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-08-19 09:09:13 -0500
committerJames Cammarata <jimi@sngx.net>2014-08-19 09:09:13 -0500
commite55911afb260318de71f8ddbd4d727a8f5b3f12d (patch)
treee5f2b9e313a8ebf911331c7684e0b122aa583ceb /commands
parenta1cbeb32ad07f3c112d81c62275f0c96bfc3fef2 (diff)
downloadansible-modules-extras-e55911afb260318de71f8ddbd4d727a8f5b3f12d.tar.gz
Removing skipped=True from result when using creates= and removes=
Fixes #8645
Diffstat (limited to 'commands')
-rw-r--r--commands/command2
1 files changed, 0 insertions, 2 deletions
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