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-