Skip to content
Snippets Groups Projects
Commit 73bc7ec7 authored by Christian Berendt's avatar Christian Berendt
Browse files

Add service-images-pull tag to tasks in the service-images-pull role

We sometimes have the requirement that images should explicitly not
be pulled. Using the service-images-pull tag, it is now possible to
skip the actual pull task by using --skip-tags.

Change-Id: Ia00a5ecbcb944c252cd9d0366d8cf1e7ff6327f7
parent 62f3c62b
No related branches found
No related tags found
No related merge requests found
......@@ -14,3 +14,5 @@
with_dict: "{{ lookup('vars', (kolla_role_name | default(project_name)) + '_services') | select_services_enabled_and_mapped_to_host }}"
loop_control:
label: "{{ item.key }}"
tags:
- service-images-pull
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