Hi everyone,
I have a slowness problem after upgrading ansible from ansible 2.8 to ansible 2.9 (and from python 2.7 to python 3 only on controller). A lot of differents taskes (and différents modules) became very slow (from seconds to more than 5 minutes). After activating debug, I can see à kind of loop over loading module:
Loading Lookup Module '<one module in urlsplit/env/cordes/files/k8s/mathstuff/... each in turns> from <path_to_module>
More than 4000 times in à raw for each module.
Have you ever experimence this kind of slowness ?