-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private Git Repo in requirements.yml does not work without private ssh key #226
Comments
|
added custom_pre_play_command option to 0.46.1 so should be able to implement this. |
Hi @neillturner The change in 0.46.1 kind of broke the idempotency test in kitchen. I get to the end of the first converge where it is about to run the second converge to verify idempotency and I get the following errors: |
thanks for letting me i will fix -) |
fixed in 0.46.2 but i will still add an option ssh_private_keys |
thanks @neillturner any update on the ssh_private_keys option? |
additional_ssh_private_keys parameter in version 0.46.3 |
because I use private git repositories in my requirements.yml, I need to be able to upload my local ~/.ssh/id_rsa to the target host ~/.ssh/id_rsa... is there a way to do that in the provisioner?
The text was updated successfully, but these errors were encountered: