This commit is contained in:
parent
4b159a7fc6
commit
28b6b034a3
@ -24,4 +24,3 @@ galaxy_info:
|
||||
dependencies: []
|
||||
collections:
|
||||
- community.general
|
||||
- hetzner.hcloud
|
||||
|
@ -32,6 +32,9 @@
|
||||
retries: 300
|
||||
loop: "{{ server.results }}"
|
||||
|
||||
- pause:
|
||||
seconds: 15
|
||||
|
||||
- name: Destroy volume(s)
|
||||
hcloud_volume:
|
||||
name: "{{ item.instance }}"
|
||||
|
@ -32,6 +32,9 @@
|
||||
retries: 300
|
||||
loop: "{{ server.results }}"
|
||||
|
||||
- pause:
|
||||
seconds: 15
|
||||
|
||||
- name: Destroy volume(s)
|
||||
hcloud_volume:
|
||||
name: "{{ item.instance }}"
|
||||
|
@ -2,4 +2,3 @@
|
||||
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