From 5b1bb61b9e56678047c8ef035611bf52fa502f4d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 28 Dec 2023 17:48:14 +0100 Subject: [PATCH] [stable-7] cloudflare_dns: announce removal of SPF support (#7773) (#7783) cloudflare_dns: announce removal of SPF support (#7773) Announce removal of SPF support. (cherry picked from commit 56a18a029a90c7bf5a620f166ce72ed15457fbc8) --- 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 28b8845496..4a415b9eeb 100644 --- a/plugins/modules/cloudflare_dns.py +++ b/plugins/modules/cloudflare_dns.py @@ -138,6 +138,7 @@ options: description: - The type of DNS record to create. Required if O(state=present). - O(type=DS), O(type=SSHFP), and O(type=TLSA) were added in Ansible 2.7. + - 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, TXT ] value: