diff --git a/ansible/roles/swift/tasks/pull.yml b/ansible/roles/swift/tasks/pull.yml
index 459b388a6f6c1df3f59ba5bf81f9dd68085e175a..65cd6bb3435731d8a52576fb51a9ff4f381b54e4 100644
--- a/ansible/roles/swift/tasks/pull.yml
+++ b/ansible/roles/swift/tasks/pull.yml
@@ -8,6 +8,13 @@
         inventory_hostname in groups['swift-container-server'] or
         inventory_hostname in groups['swift-object-server']
 
+- name: Pulling swift-proxy-server image
+  kolla_docker:
+    action: "pull_image"
+    common_options: "{{ docker_common_options }}"
+    image: "{{ swift_proxy_server_image_full }}"
+  when: inventory_hostname in groups['swift-proxy-server']
+
 - name: Pulling swift-account image
   kolla_docker:
     action: "pull_image"