1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-14 23:40:42 +02:00

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])
This commit is contained in:
Evangelos Foutras 2022-09-19 00:06:37 +03:00
parent 2ed1fa1f29
commit 30444a3b4e
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -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