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:
parent
62f3c62bb3
commit
73bc7ec71a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user