Add tag to enable targeting of post-install config elements only

<service>-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
This commit is contained in:
Andrew Bonney 2024-05-08 13:32:54 +01:00
parent 6a592e88d0
commit ae20d2d9fd
1 changed files with 2 additions and 0 deletions

View File

@ -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: