Fix module reference in example (#351)

openssl_privatekey -> openssl_publickey
This commit is contained in:
Jasmine Hegman
2021-12-12 22:48:59 -07:00
committed by GitHub
parent 32dab841d7
commit 45b7aa797e

View File

@@ -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