9af94ff055
Change-Id: I2fb2f4cd88638dfc5ccc261a0b113094cba60715 Partially-implements: blueprint better-reconfigure
11 lines
288 B
YAML
11 lines
288 B
YAML
---
|
|
- name: Pulling rally 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: "{{ rally_services }}"
|