1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

handle race condition

This commit is contained in:
Rene Moser 2022-06-18 18:01:31 +02:00
parent bab82474ec
commit 73b325a24f

View file

@ -139,10 +139,9 @@
name: "{{ hcloud_load_balancer_name }}"
state: absent
register: result
- name: verify cleanup load_balancer
assert:
that:
- result is success
until: result is not failed
retries: 5
delay: 2
- name: cleanup
hcloud_server: