ci: install core collection before lint
Some checks failed
Ansible Lint Check / lint (push) Failing after 50s

This commit is contained in:
Iain Learmonth 2026-07-12 15:13:33 +01:00
parent 6c1867b76a
commit 05a3eda35c

View file

@ -32,6 +32,12 @@ jobs:
pip install ansible ansible-dev-tools pip install ansible ansible-dev-tools
shell: bash 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 - name: Run ansible-lint
run: | run: |
source venv/bin/activate source venv/bin/activate