mirror of https://github.com/ansible/ansible.git
* 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>
pull/73177/head
parent
82b75282fc
commit
511ffdeff7
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- paramiko connection plugin - Ensure we only reset the connection when one has been
|
||||
previously established (https://github.com/ansible/ansible/issues/65812)
|
@ -0,0 +1,5 @@
|
||||
- hosts: "{{ target_hosts }}"
|
||||
gather_facts: no
|
||||
tasks:
|
||||
# https://github.com/ansible/ansible/issues/65812
|
||||
- meta: reset_connection
|
Loading…
Reference in New Issue