mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Allow meta/main.yml to include roles through spec file
ansible-playbook now works when run with a playbook that includes a role that includes another role specified using csv format Updated one of the roles used in the tests to fix broken tests - `make test_galaxy` now works Fixes #11486. Also addresses the problem alluded to in #10620.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
name: oracle_java7
|
||||
|
||||
- src: git+http://bitbucket.org/willthames/git-ansible-galaxy
|
||||
version: v1.4
|
||||
version: v1.6
|
||||
|
||||
- src: http://bitbucket.org/willthames/hg-ansible-galaxy
|
||||
scm: hg
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
git+https://bitbucket.org/willthames/git-ansible-galaxy,v1.4
|
||||
git+https://bitbucket.org/willthames/git-ansible-galaxy,v1.6
|
||||
hg+https://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