소스 검색

Proper quotes

Dylan Murray 7 년 전
부모
커밋
bf346be033
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      roles/ansible_service_broker/tasks/install.yml

+ 2 - 2
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: