Create main.yml

This commit is contained in:
Ruan Bekker 2020-10-17 20:10:30 +02:00 committed by GitHub
parent 7ab8afd66b
commit 148b123dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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