mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Add support for the new [DNS API](https://docs.hetzner.cloud/reference/cloud#dns). The DNS API is currently in **beta**. See the [DNS API beta changelog](https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta) for more details.
5 lines
106 B
YAML
5 lines
106 B
YAML
---
|
|
- name: Cleanup test_zone
|
|
hetzner.hcloud.zone:
|
|
name: "{{ hcloud_zone_name }}"
|
|
state: absent
|