a3b6485073
* Ensure we only reset the connection when one has been previously established. Fixes #65812 * Ensure psrp doesn't trace * winrm too * Indentation fix
5 lines
141 B
YAML
5 lines
141 B
YAML
- hosts: "{{ target_hosts }}"
|
|
gather_facts: no
|
|
tasks:
|
|
# https://github.com/ansible/ansible/issues/65812
|
|
- meta: reset_connection
|