crypto/openssl_csr: Specify proper Ansible version
The commit was started before 2.3 was branched, but was only merged once 2.3 was actually branched. This leads to documentation stating this module is new in 2.3 when it will be actually new in 2.4pull/4420/head
parent
5775bb2a4e
commit
fdce6484ec
|
@ -25,7 +25,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: openssl_csr
|
||||
author: "Yanis Guenane (@Spredzy)"
|
||||
version_added: "2.3"
|
||||
version_added: "2.4"
|
||||
short_description: Generate OpenSSL Certificate Signing Request (CSR)
|
||||
description:
|
||||
- "This module allows one to (re)generates OpenSSL certificate signing requests.
|
||||
|
|
Loading…
Reference in New Issue