mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
Cleaning up some stuff related to the connection info/become/executable change
This commit is contained in:
parent
1c185b68be
commit
3d77723e3d
3 changed files with 10 additions and 12 deletions
|
@ -429,7 +429,6 @@ class ActionBase:
|
|||
debug("no command, exiting _low_level_execute_command()")
|
||||
return dict(stdout='', stderr='')
|
||||
|
||||
print("in _low_level_execute_command, executable is: %s" % executable)
|
||||
if sudoable:
|
||||
cmd = self._connection_info.make_become_cmd(cmd, executable=executable)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue