Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-29 07:14:55 +02:00
parent cbb20bdd01
commit dbc701cf17

View File

@ -152,7 +152,7 @@
- name: Create pi user
user:
name: pi
password: "{{ 'raspberry' | password_hash('sha512') }}"
password: "'raspberry' | password_hash('sha512')"
shell: /bin/bash
update_password: on_create