From d8311b95e8cd5e6ef1cb63947b455276a2ba8448 Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Wed, 20 Jul 2016 17:59:48 +1200 Subject: [PATCH] Update comment for ttl parameter to indicate 2-119 seconds is invalid (#2546) --- lib/ansible/modules/extras/network/cloudflare_dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/network/cloudflare_dns.py b/lib/ansible/modules/extras/network/cloudflare_dns.py index e98c7cd48b..e8a1eab8b6 100644 --- a/lib/ansible/modules/extras/network/cloudflare_dns.py +++ b/lib/ansible/modules/extras/network/cloudflare_dns.py @@ -87,7 +87,7 @@ options: default: 30 ttl: description: - - The TTL to give the new record. Min 1 (automatic), max 2147483647 + - The TTL to give the new record. Must be between 120 and 2,147,483,647 seconds, or 1 for automatic. required: false default: 1 (automatic) type: