enable no_log again

This commit is contained in:
Jack Ivanov 2019-03-25 15:58:42 +01:00
parent e48483fb01
commit d322b09c9a
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@
passphrase: "{{ p12_export_password }}" passphrase: "{{ p12_export_password }}"
cipher: aes256 cipher: aes256
force: false force: false
# no_log: true no_log: true
when: not item.stat.exists when: not item.stat.exists
with_items: "{{ privatekey.results }}" with_items: "{{ privatekey.results }}"
register: openssl_privatekey register: openssl_privatekey
@ -76,7 +76,7 @@
privatekey_passphrase: "{{ p12_export_password }}" privatekey_passphrase: "{{ p12_export_password }}"
format: OpenSSH format: OpenSSH
force: true force: true
# no_log: true no_log: true
when: item.changed when: item.changed
with_items: "{{ openssl_privatekey.results }}" with_items: "{{ openssl_privatekey.results }}"

View file

@ -18,7 +18,7 @@
with_together: with_together:
- "{{ users }}" - "{{ users }}"
- "{{ PayloadContent.results }}" - "{{ PayloadContent.results }}"
# no_log: True no_log: True
- name: Build the client ipsec config file - name: Build the client ipsec config file
template: template: