forked from FF-RGB/ansible
Small fix
This commit is contained in:
parent
9bd490092f
commit
7b41607839
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user