summaryrefslogtreecommitdiff
path: root/test/integration/galaxy_roles.yml
diff options
context:
space:
mode:
authorWill Thames <will@thames.id.au>2014-09-10 21:55:27 +1000
committerWill Thames <will@thames.id.au>2014-09-10 21:55:27 +1000
commitd6a725659eae52e3afa6b8d8eabdcdbc857c91bd (patch)
treeb1b011a6a93eb254aea296cf76c00e39029d5448 /test/integration/galaxy_roles.yml
parent537472f42cbd2a380fa090f1d09a21ed3e5b44e5 (diff)
downloadansible-d6a725659eae52e3afa6b8d8eabdcdbc857c91bd.tar.gz
Allow github style ssh repo names
Diffstat (limited to 'test/integration/galaxy_roles.yml')
-rw-r--r--test/integration/galaxy_roles.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/galaxy_roles.yml b/test/integration/galaxy_roles.yml
index cd61006840..76b385191c 100644
--- a/test/integration/galaxy_roles.yml
+++ b/test/integration/galaxy_roles.yml
@@ -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
+