diff --git a/plugins/modules/openssl_privatekey_pipe.py b/plugins/modules/openssl_privatekey_pipe.py index 112f25bc..41432840 100644 --- a/plugins/modules/openssl_privatekey_pipe.py +++ b/plugins/modules/openssl_privatekey_pipe.py @@ -65,7 +65,6 @@ seealso: EXAMPLES = r''' - name: Generate an OpenSSL private key with the default values (4096 bits, RSA) community.crypto.openssl_privatekey_pipe: - path: /etc/ssl/private/ansible.com.pem register: output no_log: true # make sure that private key data is not accidentally revealed in logs! - name: Show generated key