Crypt root passwd for all distris
Void doesn't like chpass without "-c"
This commit is contained in:
parent
1277e61758
commit
7bc0051b78
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
|
|
||||||
- name: Set root password
|
- name: Set root password
|
||||||
shell: "echo root:root | chpasswd"
|
shell: "echo root:root | chpasswd -c SHA256"
|
||||||
|
|
||||||
|
|
||||||
- name: Install SSH
|
- name: Install SSH
|
||||||
|
|
Loading…
Reference in a new issue