Taskotron: Remove deprecated syntax from playbook

This commit is contained in:
František Zatloukal 2019-02-07 15:16:15 +01:00
parent 70426b4bdf
commit 04fa9437f4

View file

@ -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