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
a9b020d6
Commit
a9b020d6
authored
Aug 01, 2015
by
Abhijit Menon-Sen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove TODO: the play already overrides options
parent
dd65b55c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
lib/ansible/playbook/play_context.py
+1
-2
No files found.
lib/ansible/playbook/play_context.py
View file @
a9b020d6
...
@@ -199,7 +199,6 @@ class PlayContext(Base):
...
@@ -199,7 +199,6 @@ class PlayContext(Base):
self
.
password
=
passwords
.
get
(
'conn_pass'
,
''
)
self
.
password
=
passwords
.
get
(
'conn_pass'
,
''
)
self
.
become_pass
=
passwords
.
get
(
'become_pass'
,
''
)
self
.
become_pass
=
passwords
.
get
(
'become_pass'
,
''
)
#TODO: just pull options setup to above?
# set options before play to allow play to override them
# set options before play to allow play to override them
if
options
:
if
options
:
self
.
set_options
(
options
)
self
.
set_options
(
options
)
...
@@ -239,7 +238,7 @@ class PlayContext(Base):
...
@@ -239,7 +238,7 @@ class PlayContext(Base):
'''
'''
Configures this connection information instance with data from
Configures this connection information instance with data from
options specified by the user on the command line. These have a
options specified by the user on the command line. These have a
high
er precedence than those set on the play or host.
low
er precedence than those set on the play or host.
'''
'''
if
options
.
connection
:
if
options
.
connection
:
...
...
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