Remove stderr=False from calls to exit_json. (#2879)

This commit is contained in:
Matt Clay 2016-09-07 15:40:17 -07:00
commit d00e941a0e
2 changed files with 2 additions and 4 deletions

View file

@ -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
)