Crypt root passwd for all distris

Void doesn't like chpass without "-c"
This commit is contained in:
Sven Velt 2021-02-26 16:42:50 +01:00
parent 1277e61758
commit 7bc0051b78

View file

@ -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