fixup! fixup! Bump ansible and ansible-lint versions in CI
Some checks failed
Check / Lint Ansible Files (push) Failing after 1m0s

This commit is contained in:
Paul Brinkmeier 2024-07-02 18:53:11 +02:00
parent 1fe1eaaa35
commit 36d2dc8371

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- run: apt-get update - run: apt-get update
- run: apt-get upgrade - run: apt-get upgrade -y
- run: apt-get install -y python3 python3-pip python3-venv - run: apt-get install -y python3 python3-pip python3-venv
- run: python3 --version - run: python3 --version
- name: Check out repo - name: Check out repo