Update windows/ping-test.yml
This commit is contained in:
parent
e50643dc3a
commit
05ee96be42
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
- name: Ping Windows hosts
|
||||
hosts: W2019
|
||||
become: false
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Ping Windows hosts using win_ping module
|
||||
win_ping:
|
||||
ansible.windows.win_ping:
|
Loading…
Reference in New Issue