diff --git a/molecule/centos8/destroy.yml b/molecule/centos8/destroy.yml index bf13988..61e142e 100644 --- a/molecule/centos8/destroy.yml +++ b/molecule/centos8/destroy.yml @@ -43,12 +43,11 @@ when: item.volume | default(False) | bool async: 7200 poll: 0 - retries: 5 - until: volumes is not failed - name: Wait for volume(s) deletion to complete async_status: jid: "{{ item.ansible_job_id }}" + ignore_errors: True register: hetzner_volumes until: hetzner_volumes.finished retries: 300