[PR #10269/dd53a2ce backport][stable-11] cloudflare_dns: some refactoring (#10295)

cloudflare_dns: some refactoring (#10269)

* cloudflare_dns: remove extraneous validation

* further improvements

* revert the first validation removed

* simplify validation for types SRC and CAA

* add changelog frag

(cherry picked from commit dd53a2cee0)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2025-06-25 08:21:41 +02:00
committed by GitHub
parent ffe55564f0
commit dc30d33d64
2 changed files with 131 additions and 152 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- cloudflare_dns - simplify validations and refactor some code, no functional changes (https://github.com/ansible-collections/community.general/pull/10269).