From fb18338cdc7120b6f6ccfc39472748d3e3e80b1f Mon Sep 17 00:00:00 2001 From: Ulf Tigerstedt Date: Thu, 18 Jan 2018 16:43:05 +0200 Subject: [PATCH] Change documentation for path: in openssl_csr to match reality (#35045) --- 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 7b4a29b028f..3a37080a098 100644 --- a/lib/ansible/modules/crypto/openssl_csr.py +++ b/lib/ansible/modules/crypto/openssl_csr.py @@ -59,7 +59,7 @@ options: path: required: true description: - - Name of the folder in which the generated OpenSSL certificate signing request will be written + - Name of the file into which the generated OpenSSL certificate signing request will be written subject: required: false description: