mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
647123ee18
* Run the module as a script from the wrapper instead of executing in the same process. Fixes cornercases where the module could potentially be executed twice if we import and then run the main() function without calling sys.exit() somewhere. Also fixes problem with concurrent.futures() hanging. Not sure precisely how this is being triggered but it is related to invoking the main() function outside of an if __name__ == '__main__' conditional. * Fix for python-2.6 |
||
---|---|---|
.. | ||
ansible |