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:
parent
5e76a9283d
commit
17d2ac6a26
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user