From 3cb998becd0666d0d449a961aa784fea458486d3 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 17 Aug 2017 01:13:13 -0500 Subject: [PATCH] Add always tag where it's needed When running the nova role with the "nova-config" tag the role will result in failure due to registered variables not being available. This change simply adds the always tag where it's needed so that the various tags in the os_nova role can work together or independently. Change-Id: Id5e8dd2df3c0cbf7cc2e0cf20b5731928dd6a18d Signed-off-by: Kevin Carter --- tasks/nova_install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/nova_install.yml b/tasks/nova_install.yml index b9d73a25..325f31aa 100644 --- a/tasks/nova_install.yml +++ b/tasks/nova_install.yml @@ -80,6 +80,7 @@ - nova_venv_download | bool tags: - nova-pip-packages + - always - name: Attempt venv download get_url: @@ -91,6 +92,7 @@ - nova_venv_download | bool tags: - nova-pip-packages + - always - name: Remove existing venv file: