Small fix

This commit is contained in:
Bastian Mäuser 2018-01-24 00:49:46 +01:00
parent 9bd490092f
commit 7b41607839
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
apt: package=bird
- name: Enable IPv6 routing
sysctl: name=net.ipv6.ip_forward value=1 state=present
sysctl: name=net.ipv6.conf.all.forwarding value=1 state=present
- name: Configure bird
template: src=bird.conf.j2 dest=/etc/bird/bird.conf