Hi all, I am running a task using the netconf_get module and encountering a problem to display an output in json format? I am getting the following error.
jxmlease is required to display response in json However jxmlease and all other requirements are installed on my machine as you see below. pip3 list | grep 'jxmlease\|ncclient\|xmltodict' jxmlease (1.0.3) ncclient (0.6.9) xmltodict (0.12.0) nsible --version ansible 2.9.14 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.6/site-packages/ansible executable location = /usr/bin/ansible python version = 3.6.8 (default, Apr 16 2020, 01:36:27) [GCC 8.3.1 20191121 (Red Hat 8.3.1-5)] Any idea where the problem lies? Thanks! -- 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/e3c04d34-4f18-4935-ab1b-9eadca6d62c2n%40googlegroups.com.
