diff --git a/tasks/nova_compute_kvm_install.yml b/tasks/nova_compute_kvm_install.yml index 3a798fd7..6697ce01 100644 --- a/tasks/nova_compute_kvm_install.yml +++ b/tasks/nova_compute_kvm_install.yml @@ -16,6 +16,9 @@ - name: Check the state of the default qemu save directory stat: path: "/var/lib/libvirt/qemu/save" + until: _qemu_save_dir.stat.exists | bool + retries: 5 + delay: 10 register: _qemu_save_dir - name: Check if the qemu save directory is empty