Browse Source

fix a typo

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

2
tasks/smoke_tests.yml

@ -30,7 +30,7 @@
- name: Extract the production gateway endpoint from the proxy definition - name: Extract the production gateway endpoint from the proxy definition
set_fact: set_fact:
threescale_cicd_tmp_gateway_endpoint: '{{ threescale_cicd_tmpresponse.json|json_query(''proxy.sandbox_endpoint'') }}' threescale_cicd_tmp_gateway_endpoint: '{{ threescale_cicd_tmpresponse.json|json_query(''proxy.endpoint'') }}'
when: "threescale_cicd_tmp_gateway_endpoint|length == 0 and threescale_cicd_env == 'production'" when: "threescale_cicd_tmp_gateway_endpoint|length == 0 and threescale_cicd_env == 'production'"
- set_fact: - set_fact:

Loading…
Cancel
Save