mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-19 06:37:51 +00:00
9 lines
179 B
YAML
9 lines
179 B
YAML
- hosts: windows
|
|
gather_facts: no
|
|
tasks:
|
|
- name: Refresh connection
|
|
ansible.builtin.meta: reset_connection
|
|
|
|
- name: Windows ping
|
|
ansible.builtin.win_ping:
|