change until:
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 3m58s Details

This commit is contained in:
Gleb Koval 2023-09-08 23:38:17 +01:00
parent 2d8ad8f453
commit 8406db7eaf
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
touch ~/hmm touch ~/hmm
echo test > ~/test echo test > ~/test
echo test2 >> ~/test echo test2 >> ~/test
register: stuff
retries: 10 retries: 10
delay: 6 delay: 6
until: result is not failed until: stuff.rc == 0