diff options
-rw-r--r-- | roles/ansible_service_broker/tasks/install.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml index 66de5289c..0428b0ade 100644 --- a/roles/ansible_service_broker/tasks/install.yml +++ b/roles/ansible_service_broker/tasks/install.yml @@ -347,9 +347,9 @@ state: present contents: - path: username - data: {{ ansible_service_broker_registry_user }} + data: "{{ ansible_service_broker_registry_user }}" - path: password - data: {{ ansible_service_broker_registry_password }} + data: "{{ ansible_service_broker_registry_password }}" - name: Create the Broker resource in the catalog oc_obj: |