From 7e8ec1f6076a2db729dcc0aa4a858efd035f6dbb Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 21 Jan 2026 16:44:43 +0100 Subject: [PATCH] Allow to run openstack_resources with tags In order for the role to be included, when run with tags like common-service or compute-resources we need to add all tags to the include itself. We do not need to apply the tag though, as we need just to ensure that include itself is happening. Change-Id: Ibb950c99138be291ef0f32866a189d19fd6ad9ea Signed-off-by: Dmitriy Rabotyagov --- playbooks/openstack_resources.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/openstack_resources.yml b/playbooks/openstack_resources.yml index 45db3059..409e1958 100644 --- a/playbooks/openstack_resources.yml +++ b/playbooks/openstack_resources.yml @@ -36,3 +36,5 @@ openstack_resources_network: "{{ openstack_user_network | default({}) }}" openstack_resources_image: "{{ openstack_user_image | default({}) }}" openstack_resources_coe: "{{ openstack_user_coe | default({}) }}" + tags: + - always