Fix bugs.

This commit is contained in:
yohan 2023-10-22 17:48:29 +02:00
parent 606f0f5315
commit 1d45a1bb9d

View File

@ -49,9 +49,7 @@
mode: '0640'
owner: root
group: root
when: copy_output is changed
- name: Send mail with new secrets
- name: Extract from secrets.tar.gz.enc
shell: "openssl enc -aes-256-cbc -md md5 -pass env:SECRETS_ARCHIVE_PASSPHRASE -d -in {{ WORKDIR }}/secrets.tar.gz.enc | tar -zxv -C {{ WORKDIR }}"