From 6c9d1bb07a3c750e5a4a0ab93b0a572d66d22cf4 Mon Sep 17 00:00:00 2001 From: David Lopez Date: Mon, 28 Aug 2023 07:50:26 +0000 Subject: [PATCH] Update windows/ping-test.yml --- windows/ping-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/ping-test.yml b/windows/ping-test.yml index fe1e09e..1dc9a38 100644 --- a/windows/ping-test.yml +++ b/windows/ping-test.yml @@ -1,6 +1,6 @@ --- - name: Ping Windows hosts - hosts: W2022 + hosts: W2019 tasks: - name: Ping Windows hosts using win_ping module win_ping: \ No newline at end of file