Commit c9972288 by Brian Coca

fixed missed su to become conversion

parent 839d2a2a
...@@ -118,7 +118,7 @@ class ActionModule(object): ...@@ -118,7 +118,7 @@ class ActionModule(object):
sudoable = False sudoable = False
else: else:
chmod_mode = '+rx' chmod_mode = '+rx'
self.runner._remote_chmod(conn, chmod_mode, tmp_src, tmp, sudoable=sudoable, su=self.runner.su) self.runner._remote_chmod(conn, chmod_mode, tmp_src, tmp, sudoable=sudoable, become=self.runner.become)
# add preparation steps to one ssh roundtrip executing the script # add preparation steps to one ssh roundtrip executing the script
env_string = self.runner._compute_environment_string(conn, inject) env_string = self.runner._compute_environment_string(conn, inject)
......
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