workflow/lint: cache .ansible, not just collections (qualified path)
All checks were successful
ci-lint / test (push) Successful in 28s

This commit is contained in:
Josh Lay 2025-10-19 08:22:52 -05:00
parent a69272dfc5
commit c7c7bfe1b1
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -30,8 +30,8 @@ jobs:
id: cache-collections
uses: actions/cache@v4
with:
path: .ansible/collections
key: ${{ runner.os }}-zfs_dkms-ansible-collections
path: /root/.ansible
key: zfs_dkms-dot-ansible
- name: ansible/collections
run: |