bird: Restart bird after config changes
This commit is contained in:
parent
00c204912f
commit
18a4c592ce
2 changed files with 6 additions and 0 deletions
5
roles/bird/handlers/main.yml
Normal file
5
roles/bird/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart bird
|
||||
service:
|
||||
name: bird
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue