mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
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>