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
48e50a9c
Commit
48e50a9c
authored
Aug 16, 2013
by
Pedro Romano
Committed by
Michael DeHaan
Oct 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename copy/pasted variables more appropriately.
parent
5a5d431f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
library/packaging/easy_install
+4
-4
No files found.
library/packaging/easy_install
View file @
48e50a9c
...
@@ -126,11 +126,11 @@ def main():
...
@@ -126,11 +126,11 @@ def main():
if
module
.
check_mode
:
if
module
.
check_mode
:
module
.
exit_json
(
changed
=
True
)
module
.
exit_json
(
changed
=
True
)
cmd
=
'
%
s
%
s'
%
(
easy_install
,
name
)
cmd
=
'
%
s
%
s'
%
(
easy_install
,
name
)
rc_
pip
,
out_pip
,
err_pip
=
module
.
run_command
(
cmd
)
rc_
easy_inst
,
out_easy_inst
,
err_easy_inst
=
module
.
run_command
(
cmd
)
rc
+=
rc_
pip
rc
+=
rc_
easy_inst
out
+=
out_
pip
out
+=
out_
easy_inst
err
+=
err_
pip
err
+=
err_
easy_inst
changed
=
True
changed
=
True
...
...
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