From 432ca44b8d9b6a1528e2b7b89a9ac70e82c3c710 Mon Sep 17 00:00:00 2001 From: mhorak Date: Thu, 14 Aug 2025 09:09:28 +0000 Subject: [PATCH] Update win-updates-troubleshooting.yaml --- win-updates-troubleshooting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win-updates-troubleshooting.yaml b/win-updates-troubleshooting.yaml index 6a89bad..90140f5 100644 --- a/win-updates-troubleshooting.yaml +++ b/win-updates-troubleshooting.yaml @@ -5,7 +5,7 @@ vars: # ===== Toggle these to TEST failure handling ===== - simulate_failure: false # set to true to mark ALL hosts as failed + simulate_failure: true # set to true to mark ALL hosts as failed simulate_failure_hosts: ['SRW2025AWX03'] # or list specific hosts, e.g. ['SERVER01','SERVER02'] simulate_failed_update_count: 3 # optional: pretend N failed updates on simulated hosts # ===========================AWX=====================