It only uses https (with git config http.sslVerify false ) to clone the repo sucessfully.
What is the right syntax to use SSH for cloning?
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/99ba978d-3723-46c0-a24e-db02f2d54155%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/8d5915e7-f6a3-411b-a70e-5942f3282050%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/26caf62d-c681-4bb8-989a-36b476763c03%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b91d284c-1463-45d5-bce8-194d11c3fc61%40googlegroups.com.
- src: git@git.example.com:ansible/ansible-zsh.git
scm: git
- src: git@git.example.com/ansible/ansible-zsh.git
scm: git
- src: ssh://g...@git.example.com:ansible/ansible-zsh.git
scm: git
- src: ssh://g...@git.example.com/ansible/ansible-zsh.git
scm: git
- src: git+ssh://g...@git.example.com:ansible/ansible-zsh.git
- src: git+ssh://g...@git.example.com/ansible/ansible-zsh.git
$ ansible --version
ansible 1.9.3To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/c49ee24c-809b-4775-aeff-d99b3ea6a819%40googlegroups.com.