This commit is contained in:
parent
4a7cc7797a
commit
4b159a7fc6
@ -24,3 +24,4 @@ galaxy_info:
|
||||
dependencies: []
|
||||
collections:
|
||||
- community.general
|
||||
- hetzner.hcloud
|
||||
|
@ -43,8 +43,6 @@
|
||||
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:
|
||||
|
@ -47,7 +47,6 @@
|
||||
- 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
|
||||
|
@ -2,3 +2,4 @@
|
||||
collections:
|
||||
- name: https://gitea.rknet.org/ansible/xoxys.general/releases/download/v1.2.0/xoxys-general-1.2.0.tar.gz
|
||||
- name: community.general
|
||||
- name: hetzner.hcloud
|
||||
|
Loading…
Reference in New Issue
Block a user