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 }}"