kolla-ansible/ansible/roles/vmtp/tasks/pull.yml
Tin Lam 4b3d8116ce Add ansible role for vmtp container
Add vmtp ansible role to kolla.

Co-Authored-By: Larry Rensing <lr699s@att.com>
Co-Authored-By: Tin Lam <tinlam@gmail.com>
Partially implements: bp vmtp-container

Change-Id: Ib3945e0a94cca9f3a8c4f55953b40674c88ac8e4
2016-09-14 10:12:08 -05:00

8 lines
202 B
YAML

---
- name: Pulling vmtp image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ vmtp_image_full }}"
when: inventory_hostname in groups['vmtp']