2022-10-12 10:08:57 +00:00
|
|
|
- hosts: windows
|
|
|
|
gather_facts: no
|
|
|
|
tasks:
|
2023-04-20 03:32:33 +00:00
|
|
|
- name: Refresh connection
|
|
|
|
ansible.builtin.meta: reset_connection
|
|
|
|
|
2022-10-12 10:08:57 +00:00
|
|
|
- name: Windows ping
|
2022-10-28 10:28:41 +00:00
|
|
|
ansible.builtin.win_ping:
|