485ded5ba3
Change-Id: I548cb6cbc718864cffb95b73376a3e138eef0a6d Closes-Bug: #1660961
11 lines
291 B
YAML
11 lines
291 B
YAML
---
|
|
- name: Pulling cinder 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: "{{ cinder_services }}"
|