This commit is contained in:
2025-08-18 14:48:40 +02:00
parent 1ddd80a6f7
commit 93e90b375a

View File

@@ -14,7 +14,7 @@
name: "Patching-windows-task" name: "Patching-windows-task"
register: patch_task register: patch_task
failed_when: false # don't fail mid-poll if stat errors failed_when: false # don't fail mid-poll if stat errors
retries: 180 retries: 3
delay: 60 delay: 60
until: > until: >
(patch_task is not failed) (patch_task is not failed)