From 8c386516ebbdc5c5fd7cf6ede74461709fe3ad3b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:48:17 +0100 Subject: [PATCH] [PR #7773/56a18a02 backport][stable-8] cloudflare_dns: announce removal of SPF support (#7781) cloudflare_dns: announce removal of SPF support (#7773) Announce removal of SPF support. (cherry picked from commit 56a18a029a90c7bf5a620f166ce72ed15457fbc8) Co-authored-by: Felix Fontein --- plugins/modules/cloudflare_dns.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/cloudflare_dns.py b/plugins/modules/cloudflare_dns.py index f3b9aaccda..d2bea42662 100644 --- a/plugins/modules/cloudflare_dns.py +++ b/plugins/modules/cloudflare_dns.py @@ -148,6 +148,7 @@ options: type: description: - The type of DNS record to create. Required if O(state=present). + - Note that V(SPF) is no longer supported by CloudFlare. Support for it will be removed from community.general 9.0.0. type: str choices: [ A, AAAA, CNAME, DS, MX, NS, SPF, SRV, SSHFP, TLSA, CAA, TXT ] value: