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: I4b12bd4054e36213e94d7bcb53d4a5aceb439e42
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/951529
Signed-off-by: Andrew Bonney <andrew.bonney@bbc.co.uk>
This commit is contained in:
Andrew Bonney
2024-05-15 09:09:17 +01:00
parent 31264633ec
commit 940cd2dd0e

View File

@@ -85,6 +85,7 @@
ansible.builtin.import_tasks: adjutant_post_install.yml
tags:
- adjutant-config
- post-install
- name: Importing adjutant_db_sync tasks
ansible.builtin.import_tasks: adjutant_db_sync.yml