From 35a7c93c76b0522a24717625739b69a0f502c971 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 17 Jun 2014 16:11:20 -0500 Subject: [PATCH] Added comment about implementation line. --- lib/ansible/runner/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/runner/__init__.py b/lib/ansible/runner/__init__.py index f5761ff37a..9369a274c6 100644 --- a/lib/ansible/runner/__init__.py +++ b/lib/ansible/runner/__init__.py @@ -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: