
Partially implements: blueprint heka Change-Id: I1322d2dc870e6f8fe052926995d993e8a08a25db
13 lines
323 B
YAML
13 lines
323 B
YAML
---
|
|
- name: Pulling kolla-toolbox image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ ansible_image_full }}"
|
|
|
|
- name: Pulling heka image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ heka_image_full }}"
|