From 6a89e0a9263712b2c4a3ceafbc2892ad21ad5dd2 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:27 +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: I6c84cf958a1d7268ccec14c3cf1b98ff6a8115e3 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index e106f369..ec957f91 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -247,6 +247,7 @@ tags: - octavia-install - octavia-config + - post-install - name: Importing octavia_db_sync tasks import_tasks: octavia_db_sync.yml