ansible/roles/ifstated/handlers/main.yml

5 lines
80 B
YAML

---
- name: restart ifstated
service:
name: ifstated
state: restarted