From 79596a9c7cf8316596274af64da881df55e3bc6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:05:54 +0000 Subject: [PATCH] deps(deps): update dependency ansible to v14.3.1 --- 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 ca4376c..f516949 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.3.0 + Invoke-Cmd pip install ansible==14.3.1 ) || Stop-Script "Failed during venv operations." # === Global symlinks ===