From be91644e042a543740f97fcd8a636d3df8481eed Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 25 Oct 2025 14:32:37 +0200 Subject: [PATCH] Fix/improve docs. (cherry picked from commit 6f0c58f4838e08bdf052ec8cc55b7b1b5257a4c5) --- plugins/modules/acme_certificate_order_create.py | 1 + plugins/modules/acme_certificate_order_info.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/acme_certificate_order_create.py b/plugins/modules/acme_certificate_order_create.py index 57bf17b7..5f1fa7d6 100644 --- a/plugins/modules/acme_certificate_order_create.py +++ b/plugins/modules/acme_certificate_order_create.py @@ -281,6 +281,7 @@ challenge_data: challenges: description: - Information for different challenge types supported for this identifier. + - Note that the keys are not valid Jinja2 identifiers. type: dict contains: http-01: diff --git a/plugins/modules/acme_certificate_order_info.py b/plugins/modules/acme_certificate_order_info.py index a81b9bd4..cdea9d02 100644 --- a/plugins/modules/acme_certificate_order_info.py +++ b/plugins/modules/acme_certificate_order_info.py @@ -141,7 +141,7 @@ order: - Encoded in the date format defined in L(RFC 3339, https://www.rfc-editor.org/rfc/rfc3339). type: str returned: depending on order - notAfter (optional, string): + notAfter: description: - The requested value of the C(notAfter) field in the certificate. - Encoded in the date format defined in L(RFC 3339, https://www.rfc-editor.org/rfc/rfc3339).