From 60913680623ddd447d664807cb2033376bef73ac Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:33 +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: If65b1d0b28f2470d42ec885b450938c0085d2a3d --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 0b49e95..067d098 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -182,6 +182,7 @@ import_tasks: zun_post_install.yml tags: - zun-config + - post-install - name: Import uwsgi role import_role: