From 1fac494d8c5d661f7a49cb6ab5acb8c069f3307c Mon Sep 17 00:00:00 2001 From: lolcube <42739510+lolcube@users.noreply.github.com> Date: Mon, 27 Aug 2018 14:35:53 +0200 Subject: [PATCH] fix typo (#44712) --- lib/ansible/modules/crypto/openssl_privatekey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/crypto/openssl_privatekey.py b/lib/ansible/modules/crypto/openssl_privatekey.py index 9834146fc04..2b35f556d29 100644 --- a/lib/ansible/modules/crypto/openssl_privatekey.py +++ b/lib/ansible/modules/crypto/openssl_privatekey.py @@ -48,7 +48,7 @@ options: default: False type: bool description: - - Should the key be regenerated even it it already exists + - Should the key be regenerated even if it already exists path: required: true description: