Disable sudo become for Windows Ollama playbook

This commit is contained in:
chrisfu 2026-06-01 23:03:49 -07:00
parent 5f60ede5d7
commit 3b1014ee4d

View File

@ -30,6 +30,7 @@
- name: Configure Prole Ollama models on Windows GPU hosts
hosts: workstations_windows
gather_facts: true
become: false
vars:
prole_ollama_models_dir: 'C:\ProgramData\Prole\Ollama\Models'