ansible/roles/bird/handlers/main.yml

5 lines
72 B
YAML

---
- name: restart bird
service:
name: bird
state: restarted