6 lines
141 B
YAML

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