Commit 4db4fcd5 by Brian Coca

fixed missed conversion of su to become

parent 49417558
...@@ -44,7 +44,7 @@ class ActionModule(object): ...@@ -44,7 +44,7 @@ class ActionModule(object):
module_args = r.sub("", module_args) module_args = r.sub("", module_args)
result = self.runner._low_level_exec_command(conn, module_args, tmp, sudoable=True, executable=executable, result = self.runner._low_level_exec_command(conn, module_args, tmp, sudoable=True, executable=executable,
su=self.runner.su) become=self.runner.become)
# for some modules (script, raw), the sudo success key # for some modules (script, raw), the sudo success key
# may leak into the stdout due to the way the sudo/su # may leak into the stdout due to the way the sudo/su
# command is constructed, so we filter that out here # command is constructed, so we filter that out here
......
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