cb1a2b4faf
Change-Id: I1b81f46568cf37296b86755b501d167fba849408 Partially-implements: blueprint better-reconfigure
11 lines
293 B
YAML
11 lines
293 B
YAML
---
|
|
- name: Pulling gnocchi 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: "{{ gnocchi_services }}"
|