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
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.
The text was updated successfully, but these errors were encountered:
I received the error:
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.
The text was updated successfully, but these errors were encountered: