ansible/test/integration/targets/connection/test_reset_connection.yml
Matt Martz 511ffdeff7
[stable-2.10] Fix reset_connection paramiko, winrm, psrp (#72688) (#72925)
* Ensure we only reset the connection when one has been previously established. Fixes #65812

* Ensure psrp doesn't trace

* winrm too

* Indentation fix
(cherry picked from commit a3b6485)

Co-authored-by: Matt Martz <matt@sivel.net>
2021-01-11 00:36:05 -06:00

5 lines
141 B
YAML

- hosts: "{{ target_hosts }}"
gather_facts: no
tasks:
# https://github.com/ansible/ansible/issues/65812
- meta: reset_connection