2026-04-03 09:19:18 +02:00

6 lines
141 B
YAML

- name: Pull ollama models
become: true
command: >
{{ ollama_bin }} pull {{ item.name }}
loop: "{{ ollama_models }}"
tags: ollama