From 56a18a029a90c7bf5a620f166ce72ed15457fbc8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 28 Dec 2023 16:55:21 +0100 Subject: [PATCH] cloudflare_dns: announce removal of SPF support (#7773) Announce removal of SPF support. --- 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: