Added comment about implementation line.

pull/7861/head
Michael DeHaan 11 years ago 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:

Loading…
Cancel
Save