You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
I am using Ubuntu 16LTS, and attempting to install a plugin with the ansible playbook results in an error about a missing python package.
TASK [ansible-elasticsearch : set_fact] ****************************************************************************************************** fatal: [**********]: FAILED! => {"failed": true, "msg": "You need to install \"jmespath\" prior to running json_query filter"}
After installing python-jmespath on my local machine (where I run ansible) everything works. apt-get install python-jmespath
I don't know if there is a way to ensure this is installed, or simply documentation stating required python packages that are above and beyond what is required to run ansible.
luisamador, GMartinez-Sisti, insanity54, bouldrini, TyKeeling and 4 more