* Fix docs.

* Fix YAML.

* Prevent crashes with older pyyaml versions.
This commit is contained in:
Felix Fontein
2022-08-04 20:02:56 +02:00
committed by GitHub
parent d83f7639be
commit 2dafef1fab
9 changed files with 52 additions and 39 deletions

View File

@@ -302,13 +302,13 @@ issuer:
- See I(name_encoding) for how IDNs are handled.
returned: success
type: dict
sample: '{"organizationName": "Ansible", "commonName": "ca.example.com"}'
sample: {"organizationName": "Ansible", "commonName": "ca.example.com"}
issuer_ordered:
description: The CRL's issuer as an ordered list of tuples.
returned: success
type: list
elements: list
sample: '[["organizationName", "Ansible"], ["commonName": "ca.example.com"]]'
sample: [["organizationName", "Ansible"], ["commonName": "ca.example.com"]]
last_update:
description: The point in time from which this CRL can be trusted as ASN.1 TIME.
returned: success
@@ -344,7 +344,7 @@ revoked_certificates:
- See I(name_encoding) for how IDNs are handled.
type: list
elements: str
sample: '["DNS:ca.example.org"]'
sample: ["DNS:ca.example.org"]
issuer_critical:
description: Whether the certificate issuer extension is critical.
type: bool