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

View file

@ -11,6 +11,7 @@
mode: 0600
owner: root
group: "{{ ansible_wheel }}"
notify: restart bird
- name: start services
service: