Fix module name in docs. (#252)

pull/253/head
Felix Fontein 2021-06-16 07:13:34 +02:00 committed by GitHub
parent 9d958033a5
commit 2ba77e015c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ EXAMPLES = r'''
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: Update encrypted key when openssl_privatekey_pipe reported a change - name: Update encrypted key when openssl_privatekey_pipe reported a change
community.sops.encrypt_sops: community.sops.sops_encrypt:
path: private_key.pem.sops path: private_key.pem.sops
content_text: "{{ output.privatekey }}" content_text: "{{ output.privatekey }}"
when: output is changed when: output is changed