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

This commit is contained in:
Paul Brinkmeier 2024-07-02 18:54:55 +02:00
parent 36d2dc8371
commit a857ae6b4c

View File

@ -11,6 +11,6 @@ jobs:
- name: Check out repo - name: Check out repo
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: python3 -m venv venv - run: python3 -m venv venv
- run: venv/bin/pip --disable-pip-version-check install ansible==9.6.0 ansible-lint==24.2.2 > /dev/null 2> /dev/null - run: venv/bin/pip --disable-pip-version-check install ansible==9.6.0 ansible-lint==24.2.2
- run: venv/bin/ansible-lint -c .ansible-lint ansible - run: venv/bin/ansible-lint -c .ansible-lint ansible
# TODO: Reimplement ansible-play --check step from old drone config # TODO: Reimplement ansible-play --check step from old drone config