diff --git a/roles/ssh_tunneling/tasks/main.yml b/roles/ssh_tunneling/tasks/main.yml index df292c5d..c52840f6 100644 --- a/roles/ssh_tunneling/tasks/main.yml +++ b/roles/ssh_tunneling/tasks/main.yml @@ -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 }}" diff --git a/roles/strongswan/tasks/client_configs.yml b/roles/strongswan/tasks/client_configs.yml index e0578d8b..de4ff0f8 100644 --- a/roles/strongswan/tasks/client_configs.yml +++ b/roles/strongswan/tasks/client_configs.yml @@ -18,7 +18,7 @@ with_together: - "{{ users }}" - "{{ PayloadContent.results }}" - # no_log: True + no_log: True - name: Build the client ipsec config file template: