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
0cca6aca2d
commit
035e2fa6b8
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@
|
|||
openssl_privatekey:
|
||||
path: "{{ ssh_tunnels_config_path }}/{{ item.item }}.pem"
|
||||
passphrase: "{{ p12_export_password }}"
|
||||
cipher: aes256
|
||||
force: false
|
||||
no_log: "{{ no_log|bool }}"
|
||||
when: not item.stat.exists
|
||||
|
|
Loading…
Add table
Reference in a new issue