bird: Restart bird after config changes

This commit is contained in:
Timo Makinen 2021-03-17 18:44:11 +00:00
parent 00c204912f
commit 18a4c592ce
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart bird
service:
name: bird
state: restarted