From 66dffb7f4f896246d563e6b884e2938967920ecb Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:16 +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: I05034cd14f1a8e136b17d6903ea758b009dbeba1 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index db8561c7..b374a2d4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -74,6 +74,7 @@ - "'swift_all' in group_names" tags: - swift-config + - post-install - name: Importing swift_calculate_addresses tasks import_tasks: swift_calculate_addresses.yml