1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).