diff --git a/ansible/roles/tempest/tasks/pull.yml b/ansible/roles/tempest/tasks/pull.yml new file mode 100644 index 0000000000..a31b625354 --- /dev/null +++ b/ansible/roles/tempest/tasks/pull.yml @@ -0,0 +1,6 @@ +--- +- name: Pulling tempest image + kolla_docker: + action: "pull_image" + common_options: "{{ docker_common_options }}" + image: "{{ tempest_image_full }}"