From 7a0c0f0ad27c9eae188f33d99b95f5299b9b7fc4 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Thu, 13 Jan 2022 11:38:25 +0000 Subject: [PATCH] Fix nova-key tag handling It appears that this tag stopped working recently when switching from import to include syntax. This patch adds the necessary 'always' tag to ensure the 'nova-key' tag gets carried through. Change-Id: Iee1dca9221b6968d11be54fc1df03b2f8a6c3f44 --- tasks/nova_compute.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/nova_compute.yml b/tasks/nova_compute.yml index e3c69db4..cf1e007b 100644 --- a/tasks/nova_compute.yml +++ b/tasks/nova_compute.yml @@ -27,6 +27,8 @@ tags: - nova-config - nova-key + tags: + - always - include_tasks: nova_compute_key_distribute.yml args: @@ -34,6 +36,8 @@ tags: - nova-config - nova-key + tags: + - always - name: Run the systemd mount role include_role: