mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added comment about implementation line.
This commit is contained in:
parent
3ac86e57f4
commit
35a7c93c76
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue