mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Added comment about implementation line.
This commit is contained in:
committed by
Matt Martz
parent
3ac86e57f4
commit
35a7c93c76
@@ -942,6 +942,7 @@ class Runner(object):
|
||||
''' execute a command string over SSH, return the output '''
|
||||
|
||||
if not cmd:
|
||||
# this can happen with powershell modules when there is no analog to a Windows command (like chmod)
|
||||
return dict(stdout='', stderr='')
|
||||
|
||||
if executable is None:
|
||||
|
||||
Reference in New Issue
Block a user