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

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:
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.