From 05a3eda35c8aeb86588b03b7f702bb0fef1559b6 Mon Sep 17 00:00:00 2001 From: irl Date: Sun, 12 Jul 2026 15:13:33 +0100 Subject: [PATCH] ci: install core collection before lint --- .forgejo/workflows/ansible-lint.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/ansible-lint.yml b/.forgejo/workflows/ansible-lint.yml index 77ec867..9ffdf38 100644 --- a/.forgejo/workflows/ansible-lint.yml +++ b/.forgejo/workflows/ansible-lint.yml @@ -32,6 +32,12 @@ jobs: pip install ansible ansible-dev-tools shell: bash + - name: Install core collection + run: | + source venv/bin/activate + ansible-galaxy collection install git+https://guardianproject.dev/sr2/ansible-collection-core.git + shell: bash + - name: Run ansible-lint run: | source venv/bin/activate