Skip to content

Commit

Permalink
Fix module name in docs. (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jun 16, 2021
1 parent 9d95803 commit 2ba77e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/openssl_privatekey_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ba77e0

Please sign in to comment.