I try to install https://github.com/roots/bedrock-ansible to get a bedrock deployment (http://roots.io/wordpress-stack/) running.
When I run "vagrant up", after some time I get the error:
TASK: [capistrano-setup | Setup deploy group] ********************************* skipping: [default] TASK: [capistrano-setup | Setup deploy user] ********************************** skipping: [default] TASK: [capistrano-setup | Adding public key to server] ************************ fatal: [default] => could not locate file in lookup: ~/.ssh/id_rsa.pub FATAL: all hosts have already failed -- aborting PLAY RECAP ******************************************************************** to retry, use: --limit @/Users/johannes/site.retry default : ok=46 changed=16 unreachable=1 failed=0 Ansible failed to complete successfully. Any error output should be visible above. Please fix these errors and try again.
I do not have a clou how i can fix this. Do you have an idea?