Fix horizon pull error
Change-Id: I046da36b6086698742a88068328554f0447c3bbd
This commit is contained in:
parent
38813f8c74
commit
5872392b59
@ -7,4 +7,4 @@
|
|||||||
when:
|
when:
|
||||||
- inventory_hostname in groups[item.value.group]
|
- inventory_hostname in groups[item.value.group]
|
||||||
- item.value.enabled | bool
|
- item.value.enabled | bool
|
||||||
with_items: "{{ horizon_services }}"
|
with_dict: "{{ horizon_services }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user