ansible icon indicating copy to clipboard operation
ansible copied to clipboard

Reproducibility problem

Open irekkosek opened this issue 1 year ago • 1 comments

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!

irekkosek avatar Jun 12 '23 17:06 irekkosek