From 4cb5f70e4e9eb61036582b43436dcd0684124105 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:11:26 +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: I8cc76005915afc5ae16a8df0b8ced4e1b1807f09 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 506119a2..b3a078eb 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -192,6 +192,7 @@ import_tasks: neutron_post_install.yml tags: - neutron-config + - post-install # TODO(noonedeadpunk): Remove block for Bobcat release - name: Disable dhcp and metadata agents for OVN scenario