From 1690fe30a2e5b7aacb65f736c7ccca7b32f969ef Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 8 Dec 2024 22:52:25 -0600 Subject: [PATCH] ignore unreachable hosts --- windows/winupdate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index de7aa0a..7657992 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -3,6 +3,7 @@ - hosts: all gather_facts: yes # become: yes + ignore_unreachable: true tasks: - name: Download and install critical, security, and def updates and then reboot after