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

pull/6453/head
James Cammarata 11 years ago
commit 751510141f

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

Loading…
Cancel
Save