From 1a2e7d8b607b7ef644d2d32bb73b49c787acdfc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:12:50 +0000 Subject: [PATCH] deps(deps): update dependency ansible to v13.7.0 --- ansible/ansible_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible_installer.sh b/ansible/ansible_installer.sh index ffc191e..89f0fe8 100755 --- a/ansible/ansible_installer.sh +++ b/ansible/ansible_installer.sh @@ -81,7 +81,7 @@ info "Installing Ansible (community package, bundles ansible-core)..." source "$VENV_DIR/bin/activate" command -v pip &>/dev/null || error "pip not found in venv." run pip install --upgrade pip setuptools wheel - run pip install ansible==13.6.0 + run pip install ansible==13.7.0 ) || error "Failed during venv operations." # === Global symlinks ===