ansible/roles/mtail/handlers/main.yml

6 lines
90 B
YAML

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