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
bbdcba53
Commit
bbdcba53
authored
Mar 16, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug on using su on play level not setting become method correctly
parent
a47c1326
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
lib/ansible/modules/core
+1
-1
lib/ansible/playbook/play.py
+1
-0
No files found.
core
@
31cc5f54
Subproject commit 3
4c4e0d4959eeaf5dc4d2b69d2bd435267e8ff91
Subproject commit 3
1cc5f543f4166eddb334340fd559765dc6c3940
lib/ansible/playbook/play.py
View file @
bbdcba53
...
...
@@ -172,6 +172,7 @@ class Play(object):
elif
'su'
in
ds
:
self
.
become
=
True
self
.
become
=
ds
[
'su'
]
self
.
become_method
=
'su'
if
'su_user'
in
ds
:
self
.
become_user
=
ds
[
'su_user'
]
...
...
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