Browse Source

fix undefined variable

pull/25/head 0.0.2
Nicolas Massé 8 years ago
parent
commit
9d61f65d78
  1. 2
      tasks/main.yml

2
tasks/main.yml

@ -23,7 +23,7 @@
- name: Set the threescale_cicd_sso_admin_endpoint variable from the threescale_cicd_sso_realm_endpoint - name: Set the threescale_cicd_sso_admin_endpoint variable from the threescale_cicd_sso_realm_endpoint
set_fact: set_fact:
threescale_cicd_sso_admin_endpoint: '{{ threescale_cicd_sso_realm_endpoint|replace(''/auth/realms/'', ''/auth/admin/realms/'') }}' threescale_cicd_sso_admin_endpoint: '{{ threescale_cicd_sso_realm_endpoint|replace(''/auth/realms/'', ''/auth/admin/realms/'') }}'
when: 'threescale_cicd_sso_admin_endpoint is not defined' when: 'threescale_cicd_sso_admin_endpoint is not defined and threescale_cicd_sso_realm_endpoint is defined'
- name: Set the threescale_cicd_apicast_sandbox_endpoint variable from the inventory - name: Set the threescale_cicd_apicast_sandbox_endpoint variable from the inventory
set_fact: set_fact:

Loading…
Cancel
Save