Update win-updates-troubleshooting.yaml

This commit is contained in:
2025-08-14 09:28:49 +00:00
parent d91792dc47
commit d98c9439b8

View File

@@ -254,3 +254,9 @@
when: sp_create is succeeded
debug:
var: sp_create.json.id
# flip the AWX job status based on your aggregate
- name: Mark AWX job as FAILED if any host failed
when: status_final == 'failed'
fail:
msg: "Patch run failed on hosts: {{ failed_hosts_csv }}"