From 80bfc31f2b6a1934c92a267ed242164b6ec56906 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 22:23:05 +0000 Subject: [PATCH] deps(deps): update dependency ansible to v14.4.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 f516949..ecc187c 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.1 + Invoke-Cmd pip install ansible==14.4.0 ) || Stop-Script "Failed during venv operations." # === Global symlinks ===