id_rsa stuff doesn't work in Jenkinsfile
dddomin3 opened this issue · comments
Dennis Dominguez commented
install doesn't work unless you have a pi user on your machine... maybe we can do this via ansible with password prompt auth?
Dennis Dominguez commented
ansible-playbooks raspi-playbook.yml -k
prompts for password
Dennis Dominguez commented
Solved by PR #24. Just gotta run ansible-playbooks raspi-playbook.yml -k
once, and you're good.