Skip to content

Commit

Permalink
feat: 延长依赖安装时间
Browse files Browse the repository at this point in the history
  • Loading branch information
daixijun committed Jan 4, 2020
1 parent 879fd00 commit 2606ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
jid: "{{ yum_sleeper.ansible_job_id }}"
register: yum_sleeper_job_result
until: yum_sleeper_job_result.finished
retries: 60
retries: 300
when:
- yum_sleeper is not skipped

Expand Down

0 comments on commit 2606ff4

Please sign in to comment.