Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
1803976a
Commit
1803976a
authored
10 years ago
by
Will Thames
Committed by
Michael DeHaan
10 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensured that role version can be specified in role dependencies
parent
c2fe33f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
lib/ansible/playbook/play.py
+3
-0
test/integration/galaxy_rolesfile
+1
-1
No files found.
lib/ansible/playbook/play.py
View file @
1803976a
...
...
@@ -182,6 +182,9 @@ class Play(object):
# dependency name pointing to SCM URL
# assume role name is last part of the URL
orig_path
=
utils
.
repo_url_to_role_name
(
orig_path
)
if
','
in
orig_path
:
# version information for role dependency used by galaxy
orig_path
=
orig_path
.
split
(
','
)[
0
]
role_vars
=
{}
if
type
(
orig_path
)
==
dict
:
...
...
This diff is collapsed.
Click to expand it.
test/integration/galaxy_rolesfile
View file @
1803976a
git+http://bitbucket.org/willthames/git-ansible-galaxy,v1.
2
git+http://bitbucket.org/willthames/git-ansible-galaxy,v1.
3
hg+ssh://hg@bitbucket.org/willthames/hg-ansible-galaxy
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment