
Change-Id: Ib5116e76a9a5c97571282225b8eaf480f120f9b1 Partially-implements: blueprint better-reconfigure Co-Authored-By: ZhijunWei <wzj334965317@outlook.com>
11 lines
292 B
YAML
11 lines
292 B
YAML
---
|
|
- name: Pulling murano 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: "{{ murano_services }}"
|