mirror of https://github.com/jumpserver/jumpserver
parent
dc5f7a5c05
commit
c9ee46c0fb
|
@ -1,6 +1,9 @@
|
|||
- hosts: windows
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Refresh connection
|
||||
ansible.builtin.meta: reset_connection
|
||||
|
||||
- name: Verify account
|
||||
ansible.windows.win_ping:
|
||||
vars:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
- hosts: windows
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Refresh connection
|
||||
ansible.builtin.meta: reset_connection
|
||||
|
||||
- name: Windows ping
|
||||
ansible.builtin.win_ping:
|
||||
|
|
Loading…
Reference in New Issue