mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.4
This commit is contained in:
parent
5775bb2a4e
commit
fdce6484ec
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue