mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update letsencrypt.py
Extend `remaining_days` description.
This commit is contained in:
@@ -103,8 +103,10 @@ options:
|
|||||||
alias: ['cert']
|
alias: ['cert']
|
||||||
remaining_days:
|
remaining_days:
|
||||||
description:
|
description:
|
||||||
- "The number of days the certificate must have left being valid before it
|
- "The number of days the certificate must have left being valid.
|
||||||
will be renewed."
|
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
|
required: false
|
||||||
default: 10
|
default: 10
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user