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
cf35bdbd
Commit
cf35bdbd
authored
Aug 01, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11827 from amenonsen/trivial-fixmes
Remove TODO: the play already overrides options
parents
686b0760
a9b020d6
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 @
cf35bdbd
...
...
@@ -199,7 +199,6 @@ class PlayContext(Base):
self
.
password
=
passwords
.
get
(
'conn_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
if
options
:
self
.
set_options
(
options
)
...
...
@@ -239,7 +238,7 @@ class PlayContext(Base):
'''
Configures this connection information instance with data from
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
:
...
...
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