ansible/roles/ifstated/handlers/main.yml

5 lines
96 B
YAML

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