Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-29 08:38:10 +02:00
parent dbc701cf17
commit 7b9ab5a298

View File

@ -152,7 +152,7 @@
- name: Create pi user
user:
name: pi
password: "'raspberry' | password_hash('sha512')"
password: "$1$oQ1S6bS1$Z7T1GXrShpKWgP6nXEtAs."
shell: /bin/bash
update_password: on_create