Browse Source

Reverting quotation change in ansible_service_broker install for etcd

ewolinetz 7 years ago
parent
commit
052de9020d
1 changed files with 2 additions and 2 deletions
  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