fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
Some checks reported warnings
Check / Lint Ansible Files (push) Has been cancelled

This commit is contained in:
Paul Brinkmeier 2024-07-02 19:19:01 +02:00
parent 9e101c3672
commit 5067c8d25e
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Check
on: [push] on: [push]
jobs: jobs:
"Lint Ansible Files": "Lint Ansible Files":
runs-on: ubuntu-22.04 runs-on: node-22-bullseye
steps: steps:
- run: apt-get update - run: apt-get update
- run: apt-get upgrade -y - run: apt-get upgrade -y

View File

@ -32,6 +32,7 @@ runner:
# ubuntu:22.04 here is not enough. # ubuntu:22.04 here is not enough.
labels: labels:
- "ubuntu-22.04:docker://node:16-bullseye" - "ubuntu-22.04:docker://node:16-bullseye"
- "node-22-bullseye:docker://node:22-bullseye
cache: cache:
# Enable cache server to use actions/cache. # Enable cache server to use actions/cache.