From d8bbf1734e13ed5163975c7071bb497a4b1e250c Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 3 Mar 2015 15:42:01 +0000 Subject: swift-controller.yml: Quote the dict --- openstack/usr/share/openstack/swift-controller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/usr/share/openstack/swift-controller.yml b/openstack/usr/share/openstack/swift-controller.yml index 14f0dbb1..9a8e44e6 100644 --- a/openstack/usr/share/openstack/swift-controller.yml +++ b/openstack/usr/share/openstack/swift-controller.yml @@ -37,7 +37,7 @@ - name: Add each storage node to the ring shell: swift-ring-builder account.builder add r1z1-{{ item.ip }}:6002/{{ item.device}} {{ item.weight }} - with_items: {{ SWIFT_STORAGE_DEVICES }} + with_items: "{{ SWIFT_STORAGE_DEVICES }}" - name: Rebalance the ring shell: swift-ring-builder account.builder rebalance -- cgit v1.2.1