diff --git a/.forgejo/workflows/ansible-lint.yml b/.forgejo/workflows/ansible-lint.yml index 77ec867..4e49f4b 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 https://guardianproject.dev/sr2/ansible-collection-core/archive/main.tar.gz + shell: bash + - name: Run ansible-lint run: | source venv/bin/activate