Fix horizon pull error

Change-Id: I046da36b6086698742a88068328554f0447c3bbd
This commit is contained in:
Jeffrey Zhang 2017-02-12 16:46:40 +08:00 committed by Steven Dake
parent 38813f8c74
commit 5872392b59

View File

@ -7,4 +7,4 @@
when:
- inventory_hostname in groups[item.value.group]
- item.value.enabled | bool
with_items: "{{ horizon_services }}"
with_dict: "{{ horizon_services }}"