From 9fa6d9eda8d9253a962103dfe336edf296dad6a5 Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Wed, 2 Nov 2016 12:44:09 +0000 Subject: [PATCH] Update letsencrypt.py Extend `remaining_days` description. --- .../modules/extras/web_infrastructure/letsencrypt.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/web_infrastructure/letsencrypt.py b/lib/ansible/modules/extras/web_infrastructure/letsencrypt.py index a43014a8ab4..499901334ab 100644 --- a/lib/ansible/modules/extras/web_infrastructure/letsencrypt.py +++ b/lib/ansible/modules/extras/web_infrastructure/letsencrypt.py @@ -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 '''