diff --git a/tasks/nova_compute_kvm_virsh_net_remove.yml b/tasks/nova_compute_kvm_virsh_net_remove.yml index cf270334..2eb3410a 100644 --- a/tasks/nova_compute_kvm_virsh_net_remove.yml +++ b/tasks/nova_compute_kvm_virsh_net_remove.yml @@ -22,6 +22,7 @@ - name: Disable libvirt default network command: "virsh net-autostart default --disable" + failed_when: false when: default_net.stdout|search('default') tags: - nova-kvm