Commit 2a229bdb by Brian Coca

fixed issue with su in plays

parent 7fba952a
......@@ -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']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment