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
c6b26ff7
Commit
c6b26ff7
authored
Sep 15, 2014
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate call to remove tmp role file
parent
1e68041f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
bin/ansible-galaxy
+0
-2
No files found.
bin/ansible-galaxy
View file @
c6b26ff7
...
@@ -810,8 +810,6 @@ def execute_install(args, options, parser):
...
@@ -810,8 +810,6 @@ def execute_install(args, options, parser):
else
:
else
:
print
'- dependency
%
s is already installed, skipping.'
%
dep
[
"name"
]
print
'- dependency
%
s is already installed, skipping.'
%
dep
[
"name"
]
if
not
tmp_file
or
not
installed
:
if
not
tmp_file
or
not
installed
:
if
tmp_file
and
installed
:
os
.
unlink
(
tmp_file
)
print
"-
%
s was NOT installed successfully."
%
role
.
get
(
"name"
)
print
"-
%
s was NOT installed successfully."
%
role
.
get
(
"name"
)
exit_without_ignore
(
options
)
exit_without_ignore
(
options
)
sys
.
exit
(
0
)
sys
.
exit
(
0
)
...
...
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