Funk-lab/ansible/roles/qdrant/handlers/main.yml

5 lines
92 B
YAML

---
- name: Restart qdrant
ansible.builtin.systemd:
name: qdrant
state: restarted