فهرست منبع

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