workflow: fix path for collection cache, rename key
All checks were successful
lint / test (push) Successful in 41s
All checks were successful
lint / test (push) Successful in 41s
This commit is contained in:
parent
710ee507e6
commit
3e2f810df7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue