From 6f67c25110eedb150d0251152e5d6615f5bd8c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hor=C3=A1k=20Michal?= Date: Fri, 8 Aug 2025 09:36:37 +0200 Subject: [PATCH] First Commit --- Test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Test.yaml diff --git a/Test.yaml b/Test.yaml new file mode 100644 index 0000000..fd136f1 --- /dev/null +++ b/Test.yaml @@ -0,0 +1,7 @@ +--- +- name: Check Windows hosts reachability + hosts: windows + gather_facts: false + tasks: + - name: Ping Windows Hosts + win_ping: \ No newline at end of file