* 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

@@ -67,7 +67,7 @@ subject:
returned: changed or success
type: list
elements: list
sample: "[('CN', 'www.ansible.com'), ('O', 'Ansible')]"
sample: [['CN', 'www.ansible.com'], ['O', 'Ansible']]
subjectAltName:
description: The alternative names this CSR is valid for
returned: changed or success