5872392b59
Change-Id: I046da36b6086698742a88068328554f0447c3bbd
11 lines
293 B
YAML
11 lines
293 B
YAML
---
|
|
- name: Pulling horizon images
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ item.value.image }}"
|
|
when:
|
|
- inventory_hostname in groups[item.value.group]
|
|
- item.value.enabled | bool
|
|
with_dict: "{{ horizon_services }}"
|