Update windows/ping-test.yml
This commit is contained in:
parent
131c4bf122
commit
ed701f1170
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
- name: Ping Windows hosts
|
||||
hosts: W2019
|
||||
gather_facts: False
|
||||
tasks:
|
||||
- name: Ping Windows hosts using win_ping module
|
||||
ansible.windows.win_ping:
|
Loading…
Reference in New Issue