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