Closed dddomin3 closed 7 years ago
install doesn't work unless you have a pi user on your machine... maybe we can do this via ansible with password prompt auth?
ansible-playbooks raspi-playbook.yml -k prompts for password
ansible-playbooks raspi-playbook.yml -k
Solved by PR #24. Just gotta run ansible-playbooks raspi-playbook.yml -k once, and you're good.
install doesn't work unless you have a pi user on your machine... maybe we can do this via ansible with password prompt auth?