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

This commit is contained in:
Paul Brinkmeier 2024-07-02 18:52:01 +02:00
parent 824e96091f
commit 1fe1eaaa35

View File

@ -5,6 +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 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