--- # Handlers for Ollama role - name: Start Ollama service ansible.builtin.systemd: name: ollama state: started enabled: yes become: yes