Fix letsencrypt remaining_days docs

This commit is contained in:
Andy Freeland 2016-12-14 13:07:07 -08:00 committed by Toshio Kuratomi
parent d4d9a48205
commit 778a189a59

View file

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