We need to use some of the methods in the python math stdlib in one of our filter plugins. But that’s not working now because there’s a new math.py within ansible.
I can patch it by adding the methods that we need to ansible’s math.py, but there’s no way for me to get to stdlib anymore without really monkeying with PTYHONPATH, or other fragile approaches.
Could / should the ansible module be named something other than math.py?
We need to use some of the methods in the python math stdlib in one of our filter plugins. But that’s not working now because there’s a new math.py within ansible.
I can patch it by adding the methods that we need to ansible’s math.py, but there’s no way for me to get to stdlib anymore without really monkeying with PTYHONPATH, or other fragile approaches.
Could / should the ansible module be named something other than math.py?