From 45b7aa797e5c52282a62a0a1eb720933665744c4 Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Sun, 12 Dec 2021 22:48:59 -0700 Subject: [PATCH] Fix module reference in example (#351) openssl_privatekey -> openssl_publickey --- 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 d3886be6..5d54f6cf 100644 --- a/plugins/modules/openssl_publickey_info.py +++ b/plugins/modules/openssl_publickey_info.py @@ -54,7 +54,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