From 30444a3b4e6b7293a26de5afb3098b9f60859735 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Mon, 19 Sep 2022 00:06:37 +0300 Subject: [PATCH] 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]) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dce22b1b..ab8bc1fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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