mirror of https://github.com/ansible/ansible.git
The ssh_args were sometimes not correctly applied to the connection
when using _play_context. Use get_option() instead to ensure the
correct ssh_args are always applied.
(cherry picked from commit b4184aa50e
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/70714/head
parent
865ba1953b
commit
df3246b7d1
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >
|
||||
ssh connection plugin - use ``get_option()`` rather than ``_play_context`` to
|
||||
ensure ``ANSBILE_SSH_ARGS`` are applied properly (https://github.com/ansible/ansible/issues/70437)
|
Loading…
Reference in New Issue