fixup! Bump ansible and ansible-lint versions in CI

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

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