From 84ee648fb8607b0374925d877322f3fbc5901779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:06:41 +0000 Subject: [PATCH] deps(deps): update dependency ansible to v14.2.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 e15dfc4..4f04c89 100755 --- a/ansible/ansible_installer.sh +++ b/ansible/ansible_installer.sh @@ -141,7 +141,7 @@ Write-Log INFO "Installing Ansible (community package, bundles ansible-core)..." source "$VENV_DIR/bin/activate" command -v pip &>/dev/null || Stop-Script "pip not found in venv." Invoke-Cmd pip install --upgrade pip setuptools wheel - Invoke-Cmd pip install ansible==14.1.0 + Invoke-Cmd pip install ansible==14.2.0 ) || Stop-Script "Failed during venv operations." # === Global symlinks ===