summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-07 15:40:17 -0700
committerGitHub <noreply@github.com>2016-09-07 15:40:17 -0700
commit6a7358b14e66a92d96d67c2158409549737d5ddd (patch)
tree8b9144bdf437011db94501fcfacb70d29302163c /commands
parentfaf8f2192d0b6935bd893c3fef31bf6dc1583e0a (diff)
downloadansible-modules-extras-6a7358b14e66a92d96d67c2158409549737d5ddd.tar.gz
Remove stderr=False from calls to exit_json. (#2879)
Diffstat (limited to 'commands')
-rw-r--r--commands/expect.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/expect.py b/commands/expect.py
index a3d1b32d..355f2cff 100644
--- a/commands/expect.py
+++ b/commands/expect.py
@@ -167,7 +167,6 @@ def main():
cmd=args,
stdout="skipped, since %s exists" % v,
changed=False,
- stderr=False,
rc=0
)
@@ -181,7 +180,6 @@ def main():
cmd=args,
stdout="skipped, since %s does not exist" % v,
changed=False,
- stderr=False,
rc=0
)