diff --git a/tasks/nova_compute.yml b/tasks/nova_compute.yml index fd4b3432..4bd7d53c 100644 --- a/tasks/nova_compute.yml +++ b/tasks/nova_compute.yml @@ -14,7 +14,9 @@ # limitations under the License. - include: nova_compute_kvm.yml - when: nova_virt_type == 'kvm' or nova_virt_type == 'qemu' + when: > + nova_virt_type == 'kvm' or + nova_virt_type == 'qemu' - include: nova_compute_key_create.yml