Taskotron: Remove deprecated syntax from playbook
This commit is contained in:
parent
70426b4bdf
commit
04fa9437f4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
# Workaround for https://pagure.io/taskotron/issue/139
|
||||
# Otherwise, Ansible playbook will fail if it has to wait for another buildmaster.service start try
|
||||
register: result
|
||||
until: result|succeeded
|
||||
until: result is succeeded
|
||||
delay: 70
|
||||
retries: 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue