From dd58970211f8297b763641941ef8bd46877439c8 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 15 May 2024 09:09:30 +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. 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 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index df25090..c35f797 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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