Files
GIT_Test/Test.yaml
2025-08-08 10:10:54 +02:00

13 lines
312 B
YAML

---
- name: Check Windows hosts reachability
hosts: windows
gather_facts: false
tasks:
- name: Ping Windows Hosts
win_ping:
data: "Pinging Windows hosts to check connectivity"
tasks:
- name: Ping Windowsy
win_ping:
data: "Pinging Windows hosts to check connectivity"