mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
cipher fix for openssl_privatekey
This commit is contained in:
parent
035e2fa6b8
commit
74dc218e3f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue