mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 11:03:59 +00:00
Avoid fact gathering for Windows Ollama playbook
This commit is contained in:
parent
e5fe9dc2a1
commit
f0d3a85fbc
@ -29,10 +29,12 @@
|
||||
|
||||
- name: Configure Prole Ollama models on Windows GPU hosts
|
||||
hosts: workstations_windows
|
||||
gather_facts: true
|
||||
gather_facts: false
|
||||
become: false
|
||||
|
||||
vars:
|
||||
ansible_become: false
|
||||
ansible_become_method: runas
|
||||
prole_ollama_models_dir: 'C:\ProgramData\Prole\Ollama\Models'
|
||||
prole_ollama_models:
|
||||
- name: mxbai-embed-large-2k
|
||||
|
||||
Loading…
Reference in New Issue
Block a user