This commit is contained in:
parent
4b159a7fc6
commit
28b6b034a3
@ -24,4 +24,3 @@ galaxy_info:
|
|||||||
dependencies: []
|
dependencies: []
|
||||||
collections:
|
collections:
|
||||||
- community.general
|
- community.general
|
||||||
- hetzner.hcloud
|
|
||||||
|
@ -32,6 +32,9 @@
|
|||||||
retries: 300
|
retries: 300
|
||||||
loop: "{{ server.results }}"
|
loop: "{{ server.results }}"
|
||||||
|
|
||||||
|
- pause:
|
||||||
|
seconds: 15
|
||||||
|
|
||||||
- name: Destroy volume(s)
|
- name: Destroy volume(s)
|
||||||
hcloud_volume:
|
hcloud_volume:
|
||||||
name: "{{ item.instance }}"
|
name: "{{ item.instance }}"
|
||||||
|
@ -32,6 +32,9 @@
|
|||||||
retries: 300
|
retries: 300
|
||||||
loop: "{{ server.results }}"
|
loop: "{{ server.results }}"
|
||||||
|
|
||||||
|
- pause:
|
||||||
|
seconds: 15
|
||||||
|
|
||||||
- name: Destroy volume(s)
|
- name: Destroy volume(s)
|
||||||
hcloud_volume:
|
hcloud_volume:
|
||||||
name: "{{ item.instance }}"
|
name: "{{ item.instance }}"
|
||||||
|
@ -2,4 +2,3 @@
|
|||||||
collections:
|
collections:
|
||||||
- name: https://gitea.rknet.org/ansible/xoxys.general/releases/download/v1.2.0/xoxys-general-1.2.0.tar.gz
|
- name: https://gitea.rknet.org/ansible/xoxys.general/releases/download/v1.2.0/xoxys-general-1.2.0.tar.gz
|
||||||
- name: community.general
|
- name: community.general
|
||||||
- name: hetzner.hcloud
|
|
||||||
|
Loading…
Reference in New Issue
Block a user