mirror of https://github.com/ansible/ansible.git
Replace the hard-coded temp path in gunicorn module (#38349)
The gunicorn module has a hard-coded reference to '/tmp' which may or may not be the actual temp directory for an operating system. This patch replaces '/tmp' with module.tmpdir which should resolve to the correct temp directory for the OS. Fixes Issue #36953 Signed-off-by: Eric Brown <browne@vmware.com>pull/37854/merge
parent
b794fa4fe7
commit
4e38036bbd
Loading…
Reference in New Issue