From 2ba77e015c9520789a3b2d8ad6c175cf6ea19a50 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 16 Jun 2021 07:13:34 +0200 Subject: [PATCH] Fix module name in docs. (#252) --- plugins/modules/openssl_privatekey_pipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/openssl_privatekey_pipe.py b/plugins/modules/openssl_privatekey_pipe.py index 2e1279ad8..16e8ce231 100644 --- a/plugins/modules/openssl_privatekey_pipe.py +++ b/plugins/modules/openssl_privatekey_pipe.py @@ -68,7 +68,7 @@ no_log: true # make sure that private key data is not accidentally revealed in logs! - name: Update encrypted key when openssl_privatekey_pipe reported a change - community.sops.encrypt_sops: + community.sops.sops_encrypt: path: private_key.pem.sops content_text: "{{ output.privatekey }}" when: output is changed