Bump Ansible

This commit is contained in:
2025-01-24 22:50:04 +01:00
parent 65d7f868d2
commit 1ed7f15885
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3
- run: python3 -m venv venv
- run: venv/bin/pip --disable-pip-version-check install ansible==9.6.0 ansible-lint==24.2.2
- run: venv/bin/pip --disable-pip-version-check install ansible==11.1.0 ansible-lint==24.12.1
- run: venv/bin/ansible-lint -c .ansible-lint ansible
# TODO: Reimplement ansible-play --check step from old drone config