Skip to content
Snippets Groups Projects
Commit 6662a5aa authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Pull swift-object-expirer image"

parents da1cfc6a 13e98d8e
No related branches found
No related tags found
No related merge requests found
......@@ -35,3 +35,10 @@
common_options: "{{ docker_common_options }}"
image: "{{ swift_object_image_full }}"
when: inventory_hostname in groups['swift-object-server']
- name: Pulling swift-object-expirer image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ swift_object_expirer_image_full }}"
when: inventory_hostname in groups['swift-object-server']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment