From 0ad636ef46efa801bf0e2240238687296cb6377e Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:22 +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: Ic1a896df1ba8d14aca9a12e0adf0d1822a5262d3 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 338f7730..cb4a1a36 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -157,6 +157,7 @@ import_tasks: ironic_post_install.yml tags: - ironic-config + - post-install - name: Import uwsgi role import_role: