Merge branch 'patch-1' of https://github.com/dmkoch/ansible into dmkoch-patch-1

pull/4420/head
James Cammarata 2014-03-12 14:28:07 -05:00
commit 751510141f
1 changed files with 2 additions and 0 deletions

View File

@ -1074,6 +1074,8 @@ class AnsibleModule(object):
try:
if cwd:
os.chdir(cwd)
cmd = subprocess.Popen(args, **kwargs)
if data: