edc408c08d
Co-Authored-By: Francisco Edigleison Barbosa <barbosaedigleison@gmail.com> Co-Authored-By: caoyuan <cao.yuan@99cloud.net> Change-Id: I2c8003ac7ce42a621f6152d8d6684890d1645f62 Partially-implements: blueprint better-reconfigure
11 lines
289 B
YAML
11 lines
289 B
YAML
---
|
|
- name: Pulling solum 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: "{{ solum_services }}"
|