Merge "Reduce frequency of task retries" into stable/wallaby

This commit is contained in:
Zuul 2022-01-20 01:09:55 +00:00 committed by Gerrit Code Review
commit 9175f821cd
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
jid: "{{ puppet_host_async_result.ansible_job_id }}"
register: puppet_host_outputs
until: puppet_host_outputs.finished
retries: 1200
delay: 3
retries: 360
delay: 10
failed_when:
- (not puppet_host_outputs.finished) or (puppet_host_outputs.rc is defined and puppet_host_outputs.rc not in [0, 2])
when: