workflow: comment implicit ansible-galaxy w/ ansible-lint
All checks were successful
ansible-lint / ansible-lint (push) Successful in 26s

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

View file

@ -36,6 +36,6 @@ jobs:
path: /home/runner/.ansible path: /home/runner/.ansible
key: zfs_dkms-runner-dot-ansible key: zfs_dkms-runner-dot-ansible
- run: ansible-lint - run: ansible-lint # no '--offline' implies 'ansible-galaxy collection install -r requirements.yml'
env: env:
ANSIBLE_FORCE_COLOR: '1' ANSIBLE_FORCE_COLOR: '1'