kolla-ansible/ansible/roles/tacker/tasks/pull.yml
Eduardo Gonzalez 79df5d84f8 Tacker NFV Ansible support
Add Ansible configuration for Tacker NFV service

Change-Id: I472d96e13a5270d1ee219c2f72f57d9c361f87a6
Partially-Implements: blueprint tacker-support
2016-11-29 17:19:21 +00:00

7 lines
161 B
YAML

---
- name: Pulling tacker image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ tacker_image_full }}"