kolla/ansible/roles/tempest/tasks/pull.yml
Jeffrey Zhang 1116953f44 Add pull.yml file for tempest
TrivialFix

Change-Id: I5ba19671a36eb2aab3bda96dd66486422cbc9cf7
2016-08-18 20:54:15 +08:00

7 lines
163 B
YAML

---
- name: Pulling tempest image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ tempest_image_full }}"