cipher fix for openssl_privatekey

This commit is contained in:
Jack Ivanov 2021-12-14 20:41:41 +00:00
parent 035e2fa6b8
commit 74dc218e3f

View file

@ -64,6 +64,7 @@
openssl_privatekey:
path: "{{ ssh_tunnels_config_path }}/{{ item.item }}.pem"
passphrase: "{{ p12_export_password }}"
cipher: auto
force: false
no_log: "{{ no_log|bool }}"
when: not item.stat.exists