Add windows/ping-test.yml

This commit is contained in:
David Lopez 2023-08-22 12:02:07 +00:00
parent eccc7d0801
commit 78ba4830a5
1 changed files with 6 additions and 0 deletions

6
windows/ping-test.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Ping Windows hosts
hosts: windows
tasks:
- name: Ping Windows hosts using win_ping module
win_ping: