46a54e6178
Change-Id: I57e3b310c65aabeea9f298db78762e9d535e8703 Partially-implements: blueprint better-reconfigure
8 lines
198 B
YAML
8 lines
198 B
YAML
---
|
|
- name: Pulling common images
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ item.value.image }}"
|
|
with_dict: "{{ common_services }}"
|