ansible/roles/statping/handlers/main.yml

6 lines
96 B
YAML

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