Restore 'no_log' in Wireguard role
This commit is contained in:
parent
5c7360aded
commit
d1822b3b21
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
mode: u=rw,g=,o=
|
||||
loop: "{{ wireguard_endpoints }}"
|
||||
# try to hide clear-text private keys from Ansible output
|
||||
#no_log: True
|
||||
no_log: True
|
||||
diff: no
|
||||
|
||||
- name: Create network interfaces
|
||||
|
@ -36,7 +36,7 @@
|
|||
group: root
|
||||
mode: u=rw,g=r,o=
|
||||
loop: "{{ wireguard_endpoints }}"
|
||||
#no_log: True
|
||||
no_log: True
|
||||
diff: no
|
||||
notify:
|
||||
- Reload network interfaces
|
||||
|
|
Loading…
Reference in a new issue