Skip to content

fix(ansible) : install jmespath in the contaner"#2252

Merged
jmrodri merged 3 commits intooperator-framework:masterfrom
camilamacedo86:fix-jmespath
Nov 22, 2019
Merged

fix(ansible) : install jmespath in the contaner"#2252
jmrodri merged 3 commits intooperator-framework:masterfrom
camilamacedo86:fix-jmespath

Conversation

@camilamacedo86
Copy link
Copy Markdown
Contributor

Description of the change:
Fix issue faced when jmespath queries are used in in the ansible tasks.

Motivation for the change:

Closes #2237

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 21, 2019
@camilamacedo86 camilamacedo86 added language/ansible Issue is related to an Ansible operator project kind/bug Categorizes issue or PR as related to a bug. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 21, 2019
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 21, 2019
@fabianvf
Copy link
Copy Markdown
Member

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 21, 2019
name: rpc

- name: Check if jmespath is installed
set_fact:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker, especially since this is just a test, but best practice to check for installed Python packages is to use the python_requirements_info module

@camilamacedo86 camilamacedo86 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 21, 2019
@jmrodri
Copy link
Copy Markdown
Member

jmrodri commented Nov 22, 2019

/lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/bug Categorizes issue or PR as related to a bug. language/ansible Issue is related to an Ansible operator project lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ansible operator failed when json_query filter is used

4 participants