workflow/lint: +pip-install to setup-python, flatten galaxy
Some checks failed
ci-lint / test (push) Failing after 27s

This commit is contained in:
Josh Lay 2025-10-19 10:11:15 -05:00
parent aaad72c090
commit c0f961bea8
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -23,6 +23,7 @@ jobs:
with: with:
python-version: '3.13' python-version: '3.13'
cache: 'pip' cache: 'pip'
pip-install: 'ansible-core ansible-lint'
- name: cache '.ansible/collections' - name: cache '.ansible/collections'
id: cache-collections id: cache-collections
@ -31,10 +32,7 @@ jobs:
path: /root/.ansible path: /root/.ansible
key: zfs_dkms-dot-ansible key: zfs_dkms-dot-ansible
- name: ansible+collections - run: ansible-galaxy collection install -r meta/requirements.yml
run: |
pip install --no-compile ansible-core ansible-lint
ansible-galaxy collection install -r meta/requirements.yml
- run: ansible-lint - run: ansible-lint
env: env: