Merge "Retry adding custom repos until success" into stable/queens

This commit is contained in:
Zuul 2019-02-11 11:39:17 +00:00 committed by Gerrit Code Review
commit c14bec3a3f
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@
register: register_yum_command
retries: 3
delay: 10
until: "'failed' not in register_yum_command"
until: register_yum_command is success
become: true