mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 00:44:01 -07:00
Remove stderr=False from calls to exit_json. (#2879)
This commit is contained in:
parent
7e36f4f302
commit
d00e941a0e
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue