9 lines
168 B
YAML
9 lines
168 B
YAML
---
|
|
# handlers file for roles/ollama
|
|
|
|
- name: Reload systemd and restart Ollama
|
|
ansible.builtin.systemd:
|
|
name: ollama
|
|
state: restarted
|
|
daemon_reload: yes
|