mirror of https://github.com/ansible/ansible.git
ssh: Test reset_connection with templated ansible_ssh_executable
A failing test to confirm subsequent fixes are necessary & sufficient. Signed-off-by: Alex Willmer <alex@moreati.org.uk>pull/84240/head
parent
f92e99fd8f
commit
dd8457ced5
@ -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