Browse Source

fix an issue with ansible

pull/25/head
Nicolas Massé 8 years ago
parent
commit
306d47ff46
  1. 2
      tasks/smoke_tests.yml

2
tasks/smoke_tests.yml

@ -55,3 +55,5 @@
register: threescale_cicd_tmpresponse register: threescale_cicd_tmpresponse
retries: '{{ threescale_cicd_retries }}' retries: '{{ threescale_cicd_retries }}'
delay: '{{ threescale_cicd_delay }}' delay: '{{ threescale_cicd_delay }}'
# temporary fix for https://github.com/ansible/ansible/issues/28078
until: 'threescale_cicd_tmpresponse|success'

Loading…
Cancel
Save