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.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/919714
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/919702
Change-Id: Ibd34b8b8d0a25709c59318d4f5f4c9785746d7e5
This commit is contained in:
Andrew Bonney 2024-05-15 09:09:30 +01:00 committed by Dmitriy Rabotyagov
parent 2dc162abf2
commit dd58970211

View File

@ -152,6 +152,7 @@
import_tasks: manila_post_install.yml
tags:
- manila-config
- post-install
- name: Importing manila_keys tasks
import_tasks: manila_keys.yml