From 306d47ff46a615873c78c5273e622239fe9becee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 25 Apr 2018 21:18:02 +0200 Subject: [PATCH] fix an issue with ansible --- tasks/smoke_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/smoke_tests.yml b/tasks/smoke_tests.yml index 746856c..356107a 100644 --- a/tasks/smoke_tests.yml +++ b/tasks/smoke_tests.yml @@ -55,3 +55,5 @@ register: threescale_cicd_tmpresponse retries: '{{ threescale_cicd_retries }}' delay: '{{ threescale_cicd_delay }}' + # temporary fix for https://github.com/ansible/ansible/issues/28078 + until: 'threescale_cicd_tmpresponse|success'