79df5d84f8
Add Ansible configuration for Tacker NFV service Change-Id: I472d96e13a5270d1ee219c2f72f57d9c361f87a6 Partially-Implements: blueprint tacker-support
7 lines
161 B
YAML
7 lines
161 B
YAML
---
|
|
- name: Pulling tacker image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ tacker_image_full }}"
|