Update letsencrypt.py
Extend `remaining_days` description.
This commit is contained in:
parent
52e14bd172
commit
9fa6d9eda8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue