diff --git a/ansible/roles/tempest/tasks/pull.yml b/ansible/roles/tempest/tasks/pull.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a31b6253545a33349fccc15b39ea4d150fe38a20
--- /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 }}"