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
|
id: cache-collections
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .ansible/collections
|
path: /root/.ansible
|
||||||
key: ${{ runner.os }}-zfs_dkms-ansible-collections
|
key: zfs_dkms-dot-ansible
|
||||||
|
|
||||||
- name: ansible/collections
|
- name: ansible/collections
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue