mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Because paramiko using a pty can't distinguish stderr and stdout, remove handling that
treated -D as a way to show stderr, and make sure modules don't include things on stderr. Update docs and test module script to come into line.
This commit is contained in:
parent
076f1bc169
commit
36e454c52f
10 changed files with 47 additions and 54 deletions
|
@ -36,8 +36,7 @@ OPTIONS
|
|||
|
||||
*-D*, *--debug*
|
||||
|
||||
Print any messages the remote module sends to standard error to the console
|
||||
|
||||
Debug mode
|
||||
|
||||
*-i* 'PATH', *--inventory=*'PATH'::
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ The 'ARGUMENTS' to pass to the module.
|
|||
|
||||
*-D*, *--debug*::
|
||||
|
||||
Print any messages the remote module sends to standard error to the console
|
||||
Debug mode
|
||||
|
||||
*-k*, *--ask-pass*::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue