1
0
Fork 0
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:
Yanis Guenane 2017-04-17 21:46:12 +02:00 committed by Michael Scherer
parent 5775bb2a4e
commit fdce6484ec

View file

@ -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.