Update win-updates-troubleshooting.yaml

This commit is contained in:
2025-08-14 09:09:28 +00:00
parent 1688ead9c8
commit 432ca44b8d

View File

@@ -5,7 +5,7 @@
vars: vars:
# ===== Toggle these to TEST failure handling ===== # ===== 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_failure_hosts: ['SRW2025AWX03'] # or list specific hosts, e.g. ['SERVER01','SERVER02']
simulate_failed_update_count: 3 # optional: pretend N failed updates on simulated hosts simulate_failed_update_count: 3 # optional: pretend N failed updates on simulated hosts
# ===========================AWX===================== # ===========================AWX=====================