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 testpull/85230/head
parent
356bf336bd
commit
b71d9aa4a5
@ -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