From 35aa82224627d0245cab0f5bb51feb0f9f48b825 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:08 +0100 Subject: [PATCH] Add tag to enable targeting of post-install config elements only -config tags are quite broad and have a long execution time. Where you only need to modify a service's '.conf' file and similar it is useful to have a quicker method to do so. Change-Id: Ic66fef907988590d4b74eb245574176ab1e53170 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index f63e85d6..21cf8b4e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -121,6 +121,7 @@ import_tasks: glance_post_install.yml tags: - glance-config + - post-install - name: Importing glance_db_sync tasks import_tasks: glance_db_sync.yml