diff --git a/.forgejo/workflows/ansible-lint.yml b/.forgejo/workflows/ansible-lint.yml index 77ec867..42c3557 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 + shell: bash + - name: Run ansible-lint run: | source venv/bin/activate