meantheory / bearded-octo-archer

Ansible Playbook Roles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get oh-my-zsh

meantheory opened this issue · comments

TASK: [zsh | clone git oh-my-zsh repository] **********************************
failed: [default] => {"failed": true}
msg: github.com has an unknown hostkey. Set accept_hostkey to True or manually add the hostkey prior to running the git module

FATAL: all hosts have already failed -- aborting

PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/mjs2600/go.retry

default : ok=18 changed=15 unreachable=0 failed=1

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

@mjs2600 tried to add accept_hostkey per http://docs.ansible.com/git_module.html. This seems to work but uncertain why we would require this variable on some virtual machines and not others.