From 0b306b436aa345592aa7c0848b95da27c4d686b1 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 06:03:13 +0000 Subject: [PATCH] Fix module reference in example (#351) (#352) openssl_privatekey -> openssl_publickey (cherry picked from commit 45b7aa797e5c52282a62a0a1eb720933665744c4) Co-authored-by: Jasmine Hegman --- plugins/modules/openssl_publickey_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/openssl_publickey_info.py b/plugins/modules/openssl_publickey_info.py index 014596db..067d6a93 100644 --- a/plugins/modules/openssl_publickey_info.py +++ b/plugins/modules/openssl_publickey_info.py @@ -61,7 +61,7 @@ EXAMPLES = r''' path: /etc/ssl/private/ansible.com.pem - name: Create public key from private key - community.crypto.openssl_privatekey: + community.crypto.openssl_publickey: privatekey_path: /etc/ssl/private/ansible.com.pem path: /etc/ssl/ansible.com.pub