mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Allow github style ssh repo names
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user