Add version_added: 1.0.0 for all new features. (#37)

This commit is contained in:
Felix Fontein
2020-06-29 15:21:35 +02:00
committed by GitHub
parent 70683e540d
commit 109edecd78
15 changed files with 38 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ options:
- If set to C(yes), will return the (current or generated) PKCS#12's content as I(pkcs12).
type: bool
default: no
version_added: "1.0.0"
extends_documentation_fragment:
- files
seealso:
@@ -173,6 +174,7 @@ pkcs12:
description: The (current or generated) PKCS#12's content Base64 encoded.
returned: if I(state) is C(present) and I(return_content) is C(yes)
type: str
version_added: "1.0.0"
'''
import base64