Skip to content

Commit 6f0c58f

Browse files
committed
Fix/improve docs.
1 parent 59e2e73 commit 6f0c58f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/modules/acme_certificate_order_create.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
challenges:
274274
description:
275275
- Information for different challenge types supported for this identifier.
276+
- Note that the keys are not valid Jinja2 identifiers.
276277
type: dict
277278
contains:
278279
http-01:

plugins/modules/acme_certificate_order_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
- Encoded in the date format defined in L(RFC 3339, https://www.rfc-editor.org/rfc/rfc3339).
137137
type: str
138138
returned: depending on order
139-
notAfter (optional, string):
139+
notAfter:
140140
description:
141141
- The requested value of the C(notAfter) field in the certificate.
142142
- Encoded in the date format defined in L(RFC 3339, https://www.rfc-editor.org/rfc/rfc3339).

0 commit comments

Comments
 (0)