parent
7ab8afd66b
commit
148b123dcd
@ -0,0 +1,7 @@ |
||||
# https://github.com/vicchi/ansible-pi-lockdown/blob/master/roles/pi-password/tasks/main.yml |
||||
--- |
||||
- name: Set a new password for the default "pi" account |
||||
become: yes |
||||
user: |
||||
name: "pi" |
||||
password: "{{ pi_password }}" |
Loading…
Reference in new issue