mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix letsencrypt remaining_days docs
This commit is contained in:
parent
d4d9a48205
commit
778a189a59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue