commit 6f67c25110eedb150d0251152e5d6615f5bd8c9f Author: HorĂ¡k Michal Date: Fri Aug 8 09:36:37 2025 +0200 First Commit 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