mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00: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:
committed by
Michael Scherer
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.
|
||||
|
||||
Reference in New Issue
Block a user