From 1d09a36e0f1a9ac5c9e63f72250e44b6989d5dea Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 5 Jan 2026 18:12:39 +0100 Subject: [PATCH] Fix version number. (cherry picked from commit 00d278579456128d9135e6e25fe695362ded4919) --- plugins/modules/cloudflare_dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/cloudflare_dns.py b/plugins/modules/cloudflare_dns.py index 7cf1e40fd7..d10fa511d0 100644 --- a/plugins/modules/cloudflare_dns.py +++ b/plugins/modules/cloudflare_dns.py @@ -60,7 +60,7 @@ options: description: - Issuer Critical Flag. - Should be set either to V(0) for not critical, or to V(128) for critical. - - Before community.general 13.3.0, only V(0) and V(1) were valid options. + - Before community.general 12.3.0, only V(0) and V(1) were valid options. The value V(1) is still available for backwards-compatibility reasons. - Required for O(type=CAA) when O(state=present). type: int