91dbe0ec0c
Change-Id: I0808b32115989ed55bf5401d2f5401930766d39a Partially-implements: blueprint better-reconfigure
11 lines
295 B
YAML
11 lines
295 B
YAML
---
|
|
- name: Pulling barbican 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: "{{ barbican_services }}"
|