Merge "Retry adding custom repos until success"
This commit is contained in:
commit
b56bd25f65
@ -24,5 +24,5 @@
|
|||||||
register: register_yum_command
|
register: register_yum_command
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 10
|
delay: 10
|
||||||
until: "'failed' not in register_yum_command"
|
until: register_yum_command is success
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user