mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:04:31 +00:00
Disable sudo become for Windows Ollama playbook
This commit is contained in:
parent
5f60ede5d7
commit
3b1014ee4d
@ -30,6 +30,7 @@
|
|||||||
- name: Configure Prole Ollama models on Windows GPU hosts
|
- name: Configure Prole Ollama models on Windows GPU hosts
|
||||||
hosts: workstations_windows
|
hosts: workstations_windows
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
become: false
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
prole_ollama_models_dir: 'C:\ProgramData\Prole\Ollama\Models'
|
prole_ollama_models_dir: 'C:\ProgramData\Prole\Ollama\Models'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user