Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependency check for python-jmespath on Debian based systems. #64

Open
CaptainFluffyToes opened this issue Aug 29, 2018 · 0 comments

Comments

@CaptainFluffyToes
Copy link
Contributor

I received the error:

TASK [conjurConfig : Get full name of conjur-appliance image] ******************************************************************************************************
task path: /mnt/hgfs/GitHubProjects/cdemo/conjurDemo/roles/conjurConfig/tasks/conjurEE.yml:20
fatal: [default]: FAILED! => {
    "msg": "You need to install \"jmespath\" prior to running json_query filter"
}
        to retry, use: --limit @/mnt/hgfs/GitHubProjects/cdemo/conjurDemo/site.retry

PLAY RECAP *********************************************************************************************************************************************************
default                    : ok=24   changed=5    unreachable=0    failed=1

This error seems to point to a python dependency that is missing on my system. I am using TurnKey Linux Core which is a Debian Jessie based distribution.

The error can be solved by running: apt-get install python-jmespath

There should be a check on debian based systems for this particular package and then added as an automatic install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant