Merge pull request #8959 from willthames/galaxy_ssh_clone

Allow fairly common ssh repo clone path to work
This commit is contained in:
James Cammarata 2014-09-23 14:58:29 -05:00
commit 889dfc4374
4 changed files with 10 additions and 13 deletions

View file

@ -6,3 +6,8 @@
- src: https://bitbucket.org/willthames/http-ansible-galaxy/get/master.tar.gz
name: http-role
- src: git@github.com:geerlingguy/ansible-role-php.git
scm: git
name: php

View file

@ -1,3 +1,4 @@
git+http://bitbucket.org/willthames/git-ansible-galaxy,v1.4
hg+http://bitbucket.org/willthames/hg-ansible-galaxy
https://bitbucket.org/willthames/http-ansible-galaxy/get/master.tar.gz,,http-role
git+git@github.com:geerlingguy/ansible-role-php.git