mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
enable no_log again
This commit is contained in:
parent
e48483fb01
commit
d322b09c9a
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
passphrase: "{{ p12_export_password }}"
|
||||
cipher: aes256
|
||||
force: false
|
||||
# no_log: true
|
||||
no_log: true
|
||||
when: not item.stat.exists
|
||||
with_items: "{{ privatekey.results }}"
|
||||
register: openssl_privatekey
|
||||
|
@ -76,7 +76,7 @@
|
|||
privatekey_passphrase: "{{ p12_export_password }}"
|
||||
format: OpenSSH
|
||||
force: true
|
||||
# no_log: true
|
||||
no_log: true
|
||||
when: item.changed
|
||||
with_items: "{{ openssl_privatekey.results }}"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
with_together:
|
||||
- "{{ users }}"
|
||||
- "{{ PayloadContent.results }}"
|
||||
# no_log: True
|
||||
no_log: True
|
||||
|
||||
- name: Build the client ipsec config file
|
||||
template:
|
||||
|
|
Loading…
Add table
Reference in a new issue