Collections caching fixx
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 9s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Failing after 53s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Failing after 57s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Failing after 56s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been skipped

This commit is contained in:
2025-08-31 08:14:04 -04:00
parent ae37321e91
commit b9576b6da0
@@ -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-