Project31 / ansible-kubernetes-openshift-pi3

Ansible playbooks for setting up a Kubernetes Raspberry Pi 3 cluster
190 stars 56 forks source link

TASK [base : Copy SSH Key] Problem. #46

Open g2david opened 4 years ago

g2david commented 4 years ago

I am using Hypriot 11.2 image.

The ssh id_rsa.pub file is missing under Pi account.. how can I fix it?

task path: /home/g2david/k8s-pi/roles/base/tasks/user.yml:20 An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option fatal: [192.168.1.26]: FAILED! => {"changed": false, "msg": "Could not find or access '~/.ssh/id_rsa.pub' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} A