ci: install core collection before lint
Some checks failed
Ansible Lint Check / lint (push) Failing after 41s
Some checks failed
Ansible Lint Check / lint (push) Failing after 41s
This commit is contained in:
parent
6c1867b76a
commit
e9cd2c599a
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue