From 6595ed28ad35dc7ab700454074757b6fbb576c0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:13:49 +0000 Subject: [PATCH] deps(deps): update ansible installer deps to v14.1.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 f43c05d..e15dfc4 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.0.0 + Invoke-Cmd pip install ansible==14.1.0 ) || Stop-Script "Failed during venv operations." # === Global symlinks ===