mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
##### SUMMARY - Do not silence 'firewall still in use' deletions errors. - Allow forcing the deletion of a firewall that is still in use. Fixes #380 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME firewall
10 lines
227 B
YAML
10 lines
227 B
YAML
---
|
|
- name: Cleanup test_server
|
|
hetzner.hcloud.server:
|
|
name: "{{ hcloud_server_name }}"
|
|
state: absent
|
|
|
|
- name: Cleanup test_firewall
|
|
hetzner.hcloud.firewall:
|
|
name: "{{ hcloud_firewall_name }}"
|
|
state: absent
|