ansible/roles/galene/handlers/main.yml

6 lines
94 B
YAML

---
- name: systemctl restart galene.service
systemd:
name: galene
state: restarted