Fix module reference in example (#351)

openssl_privatekey -> openssl_publickey
pull/356/head
Jasmine Hegman 2021-12-12 22:48:59 -07:00 committed by GitHub
parent 32dab841d7
commit 45b7aa797e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ EXAMPLES = r'''
path: /etc/ssl/private/ansible.com.pem path: /etc/ssl/private/ansible.com.pem
- name: Create public key from private key - name: Create public key from private key
community.crypto.openssl_privatekey: community.crypto.openssl_publickey:
privatekey_path: /etc/ssl/private/ansible.com.pem privatekey_path: /etc/ssl/private/ansible.com.pem
path: /etc/ssl/ansible.com.pub path: /etc/ssl/ansible.com.pub