Add windows/ping-test.yml
This commit is contained in:
parent
eccc7d0801
commit
78ba4830a5
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Ping Windows hosts
|
||||
hosts: windows
|
||||
tasks:
|
||||
- name: Ping Windows hosts using win_ping module
|
||||
win_ping:
|
Loading…
Reference in New Issue