Skip to content
Snippets Groups Projects
Verified Commit 30444a3b authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

ci: install jmespath for ansible-lint

Prevents the following lint failure:

  jinja: You need to install "jmespath" prior to
         running json_query filter (jinja[invalid])
parent 2ed1fa1f
No related branches found
No related tags found
1 merge request!631Fix lint warnings and errors with ansible-lint 6.6.0
......@@ -2,7 +2,7 @@ image: "archlinux:latest"
ansible-lint:
before_script:
- pacman -Syu --needed --noconfirm ansible-lint ansible
- pacman -Syu --needed --noconfirm ansible-lint ansible python-jmespath
script:
# Fix weird ansible bug: https://github.com/trailofbits/algo/issues/1637
# This probably happens due to gitlab-runner mounting the git repo into the container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment