From ce4f28650b9676360231e75864a2d927a4b3c939 Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Tue, 16 Mar 2021 01:30:31 +0100 Subject: [PATCH] ci: Install ansible so ansible-lint can resolve the modules ansible-lint no longer depends on ansible[1][2] which causes it to fail with: syntax-check: couldn't resolve module/action 'pacman', as the modules is part of ansible and not ansible-base. [1] https://bugs.archlinux.org/task/69920 [2] https://github.com/archlinux/svntogit-community/commit/a3ccb42b8dc104a4616a64fac4a1f6dd44ffedca --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abb0a04a..95c04c68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: "archlinux:latest" before_script: - - pacman -Syu --needed --noconfirm ansible-lint yamllint terraform + - pacman -Syu --needed --noconfirm ansible-lint ansible yamllint terraform ansible-lint: script: