From a7e9bb761842aaa2c34e437d89cd9ea1cb26571e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 9 Jun 2023 07:30:35 +0200 Subject: [PATCH] Fix example. (#620) --- plugins/modules/openssl_privatekey_pipe.py | 1 - 1 file changed, 1 deletion(-) 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