kolla-ansible/ansible/roles/solum/tasks/pull.yml
Mauricio Lima edc408c08d Optimize reconfiguration for solum
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
2017-01-25 19:20:10 +08:00

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 }}"