mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
This limitation of python-3.4 mkstemp() is the final reason we made python-3.5 our minimum version. Since we know about it, give a nice error to the user with a hint that Python3.4 could be the issue. Fixes #18160