cloudflare_dns: Add PTR record support (#10267)

* cloudflare_dns: Add PTR record support

* Add changelog fragment

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Titus Sanchez
2025-06-18 22:26:13 -07:00
committed by GitHub
parent 40fb0f0c75
commit b7f9f24ffe
2 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- cloudflare_dns - adds support for PTR records (https://github.com/ansible-collections/community.general/pull/10267).