Update dependency ansible to v12

This commit is contained in:
renovate[bot] 2025-11-01 21:27:13 +00:00 committed by GitHub
parent 909f223bf2
commit 96fd19b3b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible==11.1.0 # renovate: datasource=pypi depName=ansible
pip install ansible==12.1.0 # renovate: datasource=pypi depName=ansible
pip install ansible-lint==25.9.2 # renovate: datasource=pypi depName=ansible-lint
- name: Syntax Check