Fix letsencrypt remaining_days docs

pull/19911/head
Andy Freeland 8 years ago committed by Toshio Kuratomi
parent d4d9a48205
commit 778a189a59

@ -109,7 +109,7 @@ options:
remaining_days:
description:
- "The number of days the certificate must have left being valid.
If C(remaining_days < cert_days), then it will be renewed.
If C(cert_days < remaining_days), then it will be renewed.
If the certificate is not renewed, module return values will not
include C(challenge_data)."
required: false

Loading…
Cancel
Save