summaryrefslogtreecommitdiff
path: root/commands/command
diff options
context:
space:
mode:
Diffstat (limited to 'commands/command')
-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