-
Notifications
You must be signed in to change notification settings - Fork 98
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
Reproducibility problem #9
Comments
did you manage to install ssh in docker? e.g. when I am running
outputs:
something like $USER var is not setup for root user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
While trying to reproduce Prime's actions in https://youtu.be/qd3mfYS_Xow?t=247,
in a section related to personal projects cloning over ssh (definition in tasks/personal-projects.yml ) i came up with a
"Host key verification failed" error (due to changed execution sequence introduced in 5b1d263 to local.yml where personal-projects.yml are executed before dotfiles.yml)
I'm honestly a beginner to ansible, but i've tried to fix it and already submited a pull request. #8
It seems to work after bulding docker images and running:
docker run --rm -it nvim-computer bash
ansible-playbook -t dotfiles --ask-vault-pass local.yml
I hope contents of my pr will prove to be at least somehow heplful.
btw. Great Job on this project Prime! Keep it up!
The text was updated successfully, but these errors were encountered: