From ae20d2d9fd2ce4a6d8e3dc88537cbdd3a8299fce Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 8 May 2024 13:32:54 +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: Idf0a0a7033d8f6c4d6efebff456ea3f19ea81185 --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 9ec4a605..4bc13386 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -188,6 +188,7 @@ import_tasks: nova_post_install.yml tags: - nova-config + - post-install - name: Including osa.service_setup tasks include_role: @@ -232,6 +233,7 @@ apply: tags: - nova-config + - post-install when: - _nova_is_first_play_host tags:

AltStyle によって変換されたページ (->オリジナル) /