ansible/roles/grossd/handlers/main.yml

5 lines
76 B
YAML

---
- name: restart grossd
service:
name: grossd
state: restarted