Remove version_added from return values. (#28)

This commit is contained in:
Felix Fontein
2020-04-13 23:59:40 +02:00
committed by GitHub
parent b5c23918a2
commit 5a6858472c
10 changed files with 0 additions and 26 deletions

View File

@@ -156,7 +156,6 @@ subject_ordered:
type: list
elements: list
sample: '[["commonName", "www.example.com"], ["emailAddress": "test@example.com"]]'
version_added: "2.9"
public_key:
description: CSR's public key in PEM format
returned: success
@@ -178,7 +177,6 @@ subject_key_identifier:
returned: success and if the pyOpenSSL backend is I(not) used
type: str
sample: '00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff:00:11:22:33'
version_added: "2.9"
authority_key_identifier:
description:
- The CSR's authority key identifier.
@@ -187,7 +185,6 @@ authority_key_identifier:
returned: success and if the pyOpenSSL backend is I(not) used
type: str
sample: '00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff:00:11:22:33'
version_added: "2.9"
authority_cert_issuer:
description:
- The CSR's authority cert issuer as a list of general names.
@@ -196,7 +193,6 @@ authority_cert_issuer:
type: list
elements: str
sample: "[DNS:www.ansible.com, IP:1.2.3.4]"
version_added: "2.9"
authority_cert_serial_number:
description:
- The CSR's authority cert serial number.
@@ -204,7 +200,6 @@ authority_cert_serial_number:
returned: success and if the pyOpenSSL backend is I(not) used
type: int
sample: '12345'
version_added: "2.9"
'''