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
fa8043c0
Commit
fa8043c0
authored
Jul 31, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected typo
parent
f16b745f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/ansible/playbook/play_context.py
+2
-2
No files found.
lib/ansible/playbook/play_context.py
View file @
fa8043c0
...
@@ -299,8 +299,8 @@ class PlayContext(Base):
...
@@ -299,8 +299,8 @@ class PlayContext(Base):
setattr
(
new_info
,
attr
,
variables
[
variable_name
])
setattr
(
new_info
,
attr
,
variables
[
variable_name
])
# make sure we get port defaults if needed
# make sure we get port defaults if needed
if
newinfo
.
port
is
None
and
C
.
DEFAULT_REMOTE_PORT
is
not
None
:
if
new
_
info
.
port
is
None
and
C
.
DEFAULT_REMOTE_PORT
is
not
None
:
newinfo
.
port
=
int
(
C
.
DEFAULT_REMOTE_PORT
)
new
_
info
.
port
=
int
(
C
.
DEFAULT_REMOTE_PORT
)
# become legacy updates
# become legacy updates
if
not
new_info
.
become_pass
:
if
not
new_info
.
become_pass
:
...
...
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