Merge "Retry adding custom repos until success"

This commit is contained in:
Zuul 2018-12-17 13:40:52 +00:00 committed by Gerrit Code Review
commit b56bd25f65
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