From e61e48a365044607e8ac57fb1d7a4f12c63f4ea7 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:18 +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: Iee1068d98f6b4f3c5415b8052a9876e41c1b0747 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 8ef26ed..cc37544 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -98,6 +98,7 @@ when: not gnocchi_identity_only | bool tags: - gnocchi-config + - post-install - name: Run the systemd service role import_role: