ansible/roles/statping/handlers/main.yml

6 lines
80 B
YAML

---
- name: Restart statping
service:
name: statping
state: restarted