Compare commits

..

No commits in common. "1ec4e10eb137b15668d4fd4920cad8e97b7c9340" and "7ad2766f9486f4807582567b10e98c2b01f0ea0e" have entirely different histories.

View file

@ -34,13 +34,13 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Cache pip packages - name: Cache pip packages
uses: actions/cache@v5 uses: actions/cache@v4
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: pip-ansible key: pip-ansible
- name: Cache Ansible collections - name: Cache Ansible collections
uses: actions/cache@v5 uses: actions/cache@v4
with: with:
path: ~/.ansible path: ~/.ansible
key: ansible-galaxy-${{ hashFiles('ansible/requirements.yml') }} key: ansible-galaxy-${{ hashFiles('ansible/requirements.yml') }}