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
This commit is contained in:
Christian Berendt 2022-12-19 20:13:17 +01:00
parent 62f3c62bb3
commit 73bc7ec71a

View File

@ -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