Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

need to install "jmespath" prior to running json_query filter #321

@sangdrax8

Description

@sangdrax8

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions