From c7c7bfe1b19568ea1d7e8c249048240ad6ed2aa3 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 08:22:52 -0500 Subject: [PATCH] workflow/lint: cache .ansible, not just collections (qualified path) --- .forgejo/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 3e90872..2ff471c 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -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: |