From 5eb1d6d9e461672a9530eab117f3d8bd520d035d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:48:14 +0000 Subject: [PATCH] deps(deps): update dependency ansible to v14.3.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 4f04c89..ca4376c 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.2.0 + Invoke-Cmd pip install ansible==14.3.0 ) || Stop-Script "Failed during venv operations." # === Global symlinks ===