looks like most of the scripts run under python2. since python2 is history is there any work in progress to convert them to python3? my python3 scripts can't run as sys.path shows all python2 stuff ...
in #262 we discussed issue that could be solved by using Python3 instead of Python2 as Ansible-Python-Interpreter. e.g. by setting "interpreter_python" in "ansible ...