Re: [ansible-project] git ls-remote fails

2014-10-27 Thread Toshio Kuratomi
Some things to try: If you cut and pasted the ansible.cfg section, the spelling of the section header is incorrect: s/ssh_connectin/ssh_connection/ Check that you don't have an old control socket lying around in ~/.ansible/cp/ between fixing that problem or otherwise updating your ssh connection

[ansible-project] git ls-remote fails

2014-10-26 Thread sam
i can't clone a remote repo: failed: [IP_ADDRESS_REMOVED] => {"cmd": "/usr/bin/git ls-remote g...@bitbucket.org:REMOVED/REMOVED.git -h refs/heads/HEAD", "failed": true, "rc": 128} stderr: Permission denied (publickey). i have this in my ansible.cfg: [defaults] transport= ssh