Update dependency ansible to v13.6.0

This commit is contained in:
renovate[bot] 2026-04-21 18:49:09 +00:00 committed by GitHub
parent 5ea53e7d20
commit 42b9265eef
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==13.5.0 # renovate: datasource=pypi depName=ansible
pip install ansible==13.6.0 # renovate: datasource=pypi depName=ansible
pip install ansible-lint==26.4.0 # renovate: datasource=pypi depName=ansible-lint
- name: Syntax Check