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
1e68041f
Commit
1e68041f
authored
Sep 15, 2014
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8995 from mscherer/fix_galaxy
Do not remove local role file if given on the commandline
parents
49a6af13
b9acaccc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
bin/ansible-galaxy
+2
-1
No files found.
bin/ansible-galaxy
View file @
1e68041f
...
@@ -787,7 +787,8 @@ def execute_install(args, options, parser):
...
@@ -787,7 +787,8 @@ def execute_install(args, options, parser):
if
tmp_file
:
if
tmp_file
:
installed
=
install_role
(
role
.
get
(
"name"
),
role
.
get
(
"version"
),
tmp_file
,
options
)
installed
=
install_role
(
role
.
get
(
"name"
),
role
.
get
(
"version"
),
tmp_file
,
options
)
# we're done with the temp file, clean it up
# we're done with the temp file, clean it up
os
.
unlink
(
tmp_file
)
if
tmp_file
!=
role_src
:
os
.
unlink
(
tmp_file
)
# install dependencies, if we want them
# install dependencies, if we want them
if
not
no_deps
and
installed
:
if
not
no_deps
and
installed
:
if
not
role_data
:
if
not
role_data
:
...
...
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