046b4dfd4b
Change-Id: I29f4d999c711f11f2db4e2d68b3ff194f0ab032b Partially-implements: blueprint better-reconfigure Co-Authored-By: Mark Goddard <mark@stackhpc.com> Co-Authored-By: wu.chunyang <wu.chunyang@99cloud.net>
11 lines
291 B
YAML
11 lines
291 B
YAML
---
|
|
- name: Pulling ironic 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: "{{ ironic_services }}"
|