Explorar el Código

Merge pull request #5890 from staebler/svc-cat-rc0.1.0

Fix CA Bundle passed to service-catalog broker for ansible-service-broker
Scott Dodson hace 7 años
padre
commit
b8f0cb1e8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/ansible_service_broker/tasks/install.yml

+ 1 - 1
roles/ansible_service_broker/tasks/install.yml

@@ -123,7 +123,7 @@
   register: asb_client_secret
   register: asb_client_secret
 
 
 - set_fact:
 - set_fact:
-    service_ca_crt: asb_client_secret.results.results.0.data['service-ca.crt']
+    service_ca_crt: "{{ asb_client_secret.results.results.0.data['service-ca.crt'] }}"
 
 
 # Using oc_obj because oc_service doesn't seem to allow annotations
 # Using oc_obj because oc_service doesn't seem to allow annotations
 # TODO: Extend oc_service to allow annotations
 # TODO: Extend oc_service to allow annotations