소스 검색

Reverting quotation change in ansible_service_broker install for etcd

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

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

@@ -146,8 +146,8 @@
                   args:
                     - /usr/local/bin/etcd
                     - --data-dir=/data
-                    - --listen-client-urls="http://0.0.0.0:2379"
-                    - --advertise-client-urls="http://0.0.0.0:2379"
+                    - "--listen-client-urls=http://0.0.0.0:2379"
+                    - "--advertise-client-urls=http://0.0.0.0:2379"
                   ports:
                     - containerPort: 2379
                       protocol: TCP