Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/ansible_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ===
Expand Down