blob: de36ca17ae29ae335fd6a1b8ed408a12858fc467 (
plain)
1
2
3
4
5
6
7
|
- hosts: "{{ target_hosts }}"
gather_facts: false
vars:
ansible_ssh_executable: "{{ 'ssh' | trim }}"
tasks:
# https://github.com/ansible/ansible/issues/84238
- meta: reset_connection
|