6 lines
141 B
YAML
6 lines
141 B
YAML
|
- hosts: "{{ target_hosts }}"
|
||
|
gather_facts: no
|
||
|
tasks:
|
||
|
# https://github.com/ansible/ansible/issues/65812
|
||
|
- meta: reset_connection
|