From fdce6484ecb8822c9f5b92d16ed94c5a260d4f9d Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Mon, 17 Apr 2017 21:46:12 +0200 Subject: [PATCH] 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 --- lib/ansible/modules/crypto/openssl_csr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/crypto/openssl_csr.py b/lib/ansible/modules/crypto/openssl_csr.py index 938430d8840..865b544c8d1 100644 --- a/lib/ansible/modules/crypto/openssl_csr.py +++ b/lib/ansible/modules/crypto/openssl_csr.py @@ -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.