From 9944b66ccd2fd5b637fe28e7bc89eeda8f08cb1a Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:25 +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: I6b168e0bfbc0cf0fa3847a5cdfd9f6dda3d1d64e --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 572be6d..c3d2603 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -177,6 +177,7 @@ tags: - trove-install - trove-config + - post-install - name: Run the systemd service role include_role: