From 2ff7855071fceb45f3cc74123c7074b2027758b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:32:42 +0000 Subject: [PATCH] Update dependency ansible to v13.2.0 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 114ad6c4..e2e8aa79 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==13.1.0 # renovate: datasource=pypi depName=ansible + pip install ansible==13.2.0 # renovate: datasource=pypi depName=ansible pip install ansible-lint==25.12.2 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check