From 16e98c8c5b2fdf13ad4cd12df269016cd2e6cb53 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Mon, 6 Nov 2017 19:39:10 +0100 Subject: [PATCH] Fix a typo in the examples (#32599) --- 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 45494647e49..b11fe020561 100644 --- a/lib/ansible/modules/crypto/openssl_csr.py +++ b/lib/ansible/modules/crypto/openssl_csr.py @@ -183,7 +183,7 @@ EXAMPLES = ''' privatekey_path: /etc/ssl/private/ansible.com.pem common_name: www.ansible.com key_usage: - - digitlaSignature + - digitalSignature - keyAgreement extended_key_usage: - clientAuth