Commit 75151014 by James Cammarata

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

parents 21d629f0 bbf320fd
......@@ -1074,6 +1074,8 @@ class AnsibleModule(object):
try:
if cwd:
os.chdir(cwd)
cmd = subprocess.Popen(args, **kwargs)
if data:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment