hide logs with password hash
This commit is contained in:
parent
a95f4dd0cd
commit
a54a366adf
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
shell: "{{ item.shell }}"
|
shell: "{{ item.shell }}"
|
||||||
password: "{{ item.password_hash }}"
|
password: "{{ item.password_hash }}"
|
||||||
loop: "{{ uservault_users }}"
|
loop: "{{ uservault_users }}"
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: Add ssh key
|
- name: Add ssh key
|
||||||
authorized_key:
|
authorized_key:
|
||||||
|
|
Loading…
Reference in a new issue