mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 14:22:56 +00:00
Fix example. (#620)
This commit is contained in:
@@ -65,7 +65,6 @@ seealso:
|
|||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
|
- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
|
||||||
community.crypto.openssl_privatekey_pipe:
|
community.crypto.openssl_privatekey_pipe:
|
||||||
path: /etc/ssl/private/ansible.com.pem
|
|
||||||
register: output
|
register: output
|
||||||
no_log: true # make sure that private key data is not accidentally revealed in logs!
|
no_log: true # make sure that private key data is not accidentally revealed in logs!
|
||||||
- name: Show generated key
|
- name: Show generated key
|
||||||
|
|||||||
Reference in New Issue
Block a user