5 lines
91 B
YAML
5 lines
91 B
YAML
---
|
|
- name: Restart Ollama
|
|
ansible.builtin.systemd:
|
|
name: ollama
|
|
state: restarted |