diff options
author | Will Thames <will@thames.id.au> | 2014-08-15 21:19:40 +1000 |
---|---|---|
committer | Michael DeHaan <michael@ansible.com> | 2014-08-21 17:15:23 -0400 |
commit | 46b59b02edbcbd1257c77f096028325c0f7dbc8b (patch) | |
tree | 66cce56807c807c5593e3d12f768b17db521d4b2 /test/integration/galaxy_rolesfile | |
parent | 4803e923fff3a84389b9b1e5462badecdacb770d (diff) | |
download | ansible-46b59b02edbcbd1257c77f096028325c0f7dbc8b.tar.gz |
Friendly Role Names and roles from URLs
* Roles can now be given a friendly name as third field in role spec csv
* Roles can be installed from URL (not just from archived SCMs)
* Integration tests to demonstrate this
* Unit tests to ensure that role spec parsing works as expected
Diffstat (limited to 'test/integration/galaxy_rolesfile')
-rw-r--r-- | test/integration/galaxy_rolesfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/galaxy_rolesfile b/test/integration/galaxy_rolesfile index 43fb49e924..01aa27a52a 100644 --- a/test/integration/galaxy_rolesfile +++ b/test/integration/galaxy_rolesfile @@ -1,2 +1,3 @@ -git+http://bitbucket.org/willthames/git-ansible-galaxy,v1.3 +git+http://bitbucket.org/willthames/git-ansible-galaxy,v1.4 hg+ssh://hg@bitbucket.org/willthames/hg-ansible-galaxy +https://bitbucket.org/willthames/http-ansible-galaxy/get/master.tar.gz,,http-role |