ansible/roles/grossd/handlers/main.yml

5 lines
92 B
YAML

---
- name: Restart grossd
ansible.builtin.service:
name: grossd
state: restarted