Re: [ansible-project] jmespath prior to running json_query filter, yet already installed

2020-04-07 Thread Bob M
e dependency for filters, must be installed > on the Ansible controller, and installed using the python used to run > Ansible. > > > On Tue, Apr 7, 2020 at 4:42 PM Bob M > > wrote: > >> >> I'm running this section of code on a proxmox ansible controll

[ansible-project] jmespath prior to running json_query filter, yet already installed

2020-04-07 Thread Bob M
I'm running this section of code on a proxmox ansible controller. And I still get an error saying jmespath not found. fatal: [master]: FAILED! => {"msg": "You need to install \"jmespath\" prior to running json_query filter"} In the same playbook, as a pre-task, I've tried to apt install pytho