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 <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2017-08-17 01:13:13 -05:00 committed by Kevin Carter (cloudnull)
parent 6127011a19
commit 3cb998becd

View File

@ -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: