fixed bug on using su on play level not setting become method correctly

This commit is contained in:
Brian Coca 2015-03-16 19:37:03 -04:00
parent a47c132695
commit bbdcba53da
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 34c4e0d4959eeaf5dc4d2b69d2bd435267e8ff91
Subproject commit 31cc5f543f4166eddb334340fd559765dc6c3940

View file

@ -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']