82d56e94cd
Change-Id: I75e3a3b32a5ad0bc613a90130fa5bcc65605ca68 Partially-implements: blueprint better-reconfigure
11 lines
292 B
YAML
11 lines
292 B
YAML
---
|
|
- name: Pulling tempest image
|
|
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: "{{ tempest_services }}"
|