mirror of https://github.com/ansible/ansible.git
Decouple SSH client verbosity from Ansible display (#85224)
* decouple SSH client verbosity from Ansible display
* remove failing false-coverage unit test
(cherry picked from commit b71d9aa4a5)
pull/85255/head
parent
40a675543f
commit
21f478e77b
@ -0,0 +1,4 @@
|
|||||||
|
minor_changes:
|
||||||
|
- ssh connection plugin - Added ``verbosity`` config to decouple SSH debug output verbosity from Ansible verbosity.
|
||||||
|
Previously, the Ansible verbosity value was always applied to the SSH client command-line, leading to excessively verbose output.
|
||||||
|
Set the ``ANSIBLE_SSH_VERBOSITY`` envvar or ``ansible_ssh_verbosity`` Ansible variable to a positive integer to increase SSH client verbosity.
|
||||||
Loading…
Reference in New Issue