summaryrefslogtreecommitdiff
path: root/web_infrastructure
diff options
context:
space:
mode:
authorTom Paine <aioue@users.noreply.github.com>2016-11-02 12:44:09 +0000
committerMichael Scherer <mscherer@users.noreply.github.com>2016-11-06 14:42:54 +0100
commitc80f12c4c9e751350e966de9d89ea7a0beb1bfc7 (patch)
tree1e662862053c73b0cf508d65b558a561c333f476 /web_infrastructure
parent63e6d3a4601c191ea40ec70ce1587aa53492683d (diff)
downloadansible-modules-extras-c80f12c4c9e751350e966de9d89ea7a0beb1bfc7.tar.gz
Update letsencrypt.py
Extend `remaining_days` description.
Diffstat (limited to 'web_infrastructure')
-rw-r--r--web_infrastructure/letsencrypt.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/web_infrastructure/letsencrypt.py b/web_infrastructure/letsencrypt.py
index 10e9f8dc..74f6a64d 100644
--- a/web_infrastructure/letsencrypt.py
+++ b/web_infrastructure/letsencrypt.py
@@ -103,8 +103,10 @@ options:
alias: ['cert']
remaining_days:
description:
- - "The number of days the certificate must have left being valid before it
- will be renewed."
+ - "The number of days the certificate must have left being valid.
+ If C(remaining_days < cert_days), then it will be renewed.
+ If the certificate is not renewed, module return values will not
+ include C(challenge_data)."
required: false
default: 10
'''