From b9576b6da05cfa819ef69b8d0bdccc141d0964bc Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 31 Aug 2025 08:14:04 -0400 Subject: [PATCH] Collections caching fixx --- .gitea/workflows/gitea_tar-valon_ansible_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml index a816355..9b77fa3 100644 --- a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml +++ b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml @@ -82,8 +82,8 @@ jobs: - name: Cache Ansible Galaxy Collections uses: actions/cache@v3 with: - path: ansible/collections - key: ${{ runner.os }}-ansible-${{ hashFiles('./ansible/collections/requirements.yml') }} + path: collections + key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }} restore-keys: | ${{ runner.os }}-ansible-