On 31.07.2019 21:27, Keith Mills wrote: > ControlPath=/home/jamekeit/.ansible/cp/67246c2bc6 abldeb7ex6405 '/bin/sh -c > '"'"'/usr/bin/python > && sleep 0'"'"'' > <abldeb7ex6405> (1, '', 'Traceback (most recent call last):\n File > "<stdin>", line 10, in <module>\nImportError: No module named json\n') > <abldeb7ex6405> Failed to connect to the host via ssh: Traceback (most > recent call last): > File "<stdin>", line 10, in <module> > ImportError: No module named json > [WARNING]: Unhandled error in Python interpreter discovery for host > abldeb7ex6405: No JSON object could be decoded > > > <abldeb7ex6405> Interpreter discovery remote stderr: > Traceback (most recent call last): > File "<stdin>", line 10, in <module> > ImportError: No module named json
Your installation is seriously broken, json module is included in Python 2.6 and newer https://docs.python.org/2/library/json.html -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/799c6829-2ced-240e-11c4-381c5ac022e9%40olstad.com.
