8 lines
277 B
YAML
8 lines
277 B
YAML
---
|
|
# Part of role: ollama
|
|
# Called by: ansible/playbooks/setup-ollama.yaml
|
|
# Description: Handlers for the ollama role. Restarts the ollama launchd daemon when the plist changes.
|
|
|
|
- name: restart ollama
|
|
become: true
|
|
command: launchctl kickstart -k system/com.ollama.ollama |