ansible-ffrgb/roles/bird/handlers/main.yml

8 lines
124 B
YAML
Raw Permalink Normal View History

2018-01-23 18:45:11 +01:00
---
- name: Restart bird
service: name=bird state=restarted
- name: Restart bird6
service: name=bird6 state=restarted