Small fixes.

This commit is contained in:
2025-05-20 09:58:35 -04:00
parent 6e5eb45ffe
commit 48f9659ede
@@ -6,6 +6,7 @@ on:
paths: paths:
- '**.j2' - '**.j2'
- 'ansible/**.yml' - 'ansible/**.yml'
jobs: jobs:
check-and-create-pr: check-and-create-pr:
if: github.ref != 'refs/heads/main' if: github.ref != 'refs/heads/main'
@@ -70,13 +71,13 @@ jobs:
- name: Fetch base branch - name: Fetch base branch
run: | run: |
git fetch origin ${{ github.event.pull_request.base.ref }} git fetch origin ${{ github.event.pull_request.base.ref }}
- name: Cache Ansible Galaxy Collections # - name: Cache Ansible Galaxy Collections
uses: actions/cache@v3 # uses: actions/cache@v3
with: # with:
path: ansible/collections # path: ansible/collections
key: ${{ runner.os }}-ansible-${{ hashFiles('./ansible/collections/requirements.yml') }} # key: ${{ runner.os }}-ansible-${{ hashFiles('./ansible/collections/requirements.yml') }}
restore-keys: | # restore-keys: |
${{ runner.os }}-ansible- # ${{ runner.os }}-ansible-
- name: Install Ansible - name: Install Ansible
uses: alex-oleshkevich/setup-ansible@v1.0.1 uses: alex-oleshkevich/setup-ansible@v1.0.1
with: with: