Always include nova_virt_detect.yml

Currently, if you run the os-nova-install.yml playbook with the
nova-config or nova-install tags, the run will fail as nova_virt_type
is not defined anywhere.  This commit updates os_nova/tasks/main.yml by
adding the always tag so that nova_virt_detect.yml is always included.

Change-Id: Id0fdd12aecc63c066da985fbb058cb85926b2ff3
This commit is contained in:
Matt Thompson 2016-01-27 10:23:44 +00:00
parent 5e76a9283d
commit 17d2ac6a26

View File

@ -16,7 +16,8 @@
- include: nova_virt_detect.yml
when: nova_virt_type is not defined
tags:
nova-virt-detect
- always
- nova-virt-detect
- include: nova_pre_install.yml
- include: nova_install.yml