workflow/lint: cache .ansible, not just collections (qualified path)
All checks were successful
ci-lint / test (push) Successful in 28s
All checks were successful
ci-lint / test (push) Successful in 28s
This commit is contained in:
parent
a69272dfc5
commit
c7c7bfe1b1
1 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue