mirror of https://github.com/ansible/ansible.git
Signed-off-by: Alex Willmer <alex@moreati.org.uk>
(cherry picked from commit 59d9737788)
Co-authored-by: Alex Willmer <alex@moreati.org.uk>
pull/84580/head
parent
58c5fe2f8a
commit
53b08f82fc
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ssh - connection options were incorrectly templated during ``reset_connection`` tasks (https://github.com/ansible/ansible/pull/84238).
|
||||
@ -0,0 +1,7 @@
|
||||
- hosts: "{{ target_hosts }}"
|
||||
gather_facts: false
|
||||
vars:
|
||||
ansible_ssh_executable: "{{ 'ssh' | trim }}"
|
||||
tasks:
|
||||
# https://github.com/ansible/ansible/issues/84238
|
||||
- meta: reset_connection
|
||||
Loading…
Reference in New Issue