Ensure bird2 service is enabled and started

ipv4_link_local
Leo Maroni 4 years ago
parent 8f502a4103
commit d0477181f4
No known key found for this signature in database
GPG Key ID: B1ADA545CD2CBACD

@ -27,3 +27,9 @@
loop_var: "peer"
notify: reload bird
- name: Ensure bird service is enabled and started
systemd:
name: "bird.service"
enabled: yes
state: started

Loading…
Cancel
Save