1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-04-26 05:15:01 +02:00

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] a3ccb42b8d
This commit is contained in:
Kristian Klausen 2021-03-16 01:30:31 +01:00
parent 13aee0c18e
commit ce4f28650b

View File

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