From 5f9d8686a29dd59594d9f8cbfbdb1bd67018b6c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:03:23 +0000 Subject: [PATCH] deps(deps): update dependency ansible to v13.6.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 fe8e578..6cffc21 100755 --- a/ansible/ansible_installer.sh +++ b/ansible/ansible_installer.sh @@ -146,7 +146,7 @@ info "Installing Ansible 13.5.0 (community package, bundles ansible-core~=2.20.4 source "$VENV_DIR/bin/activate" command -v pip &>/dev/null || error "pip not found in venv." run pip install --upgrade pip setuptools wheel - run pip install ansible==13.5.0 + run pip install ansible==13.6.0 ) || error "Failed during venv operations." # === Global symlinks ===