From 5872392b595d30cc3e75a9bbbbf0366525401c7d Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Sun, 12 Feb 2017 16:46:40 +0800 Subject: [PATCH] Fix horizon pull error Change-Id: I046da36b6086698742a88068328554f0447c3bbd --- ansible/roles/horizon/tasks/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/horizon/tasks/pull.yml b/ansible/roles/horizon/tasks/pull.yml index e47822d1ae..41595cc4ba 100644 --- a/ansible/roles/horizon/tasks/pull.yml +++ b/ansible/roles/horizon/tasks/pull.yml @@ -7,4 +7,4 @@ when: - inventory_hostname in groups[item.value.group] - item.value.enabled | bool - with_items: "{{ horizon_services }}" + with_dict: "{{ horizon_services }}"