From 74242e58cb6d06c2f43be7b934c0ec1739891c35 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:07 +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: If0be99368a853749439f99d67f2c4aabce383d08 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index f38865b..1406e6d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -99,6 +99,7 @@ import_tasks: placement_post_install.yml tags: - placement-config + - post-install - name: Importing placement_db_sync tasks import_tasks: placement_db_sync.yml