workflow: fix path for collection cache, rename key
All checks were successful
lint / test (push) Successful in 41s

This commit is contained in:
Josh Lay 2025-10-19 10:46:53 -05:00
parent 710ee507e6
commit 3e2f810df7
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -24,8 +24,8 @@ jobs:
id: cache-collections
uses: actions/cache@v4
with:
path: /root/.ansible
key: runner-zfs_dkms-dot-ansible
path: /home/runner/.ansible
key: zfs_dkms-runner-dot-ansible
- run: ansible-galaxy collection install -r meta/requirements.yml