From 7b416078398a150e95832a6b9df74c39acec0dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=A4user?= Date: Wed, 24 Jan 2018 00:49:46 +0100 Subject: [PATCH] Small fix --- roles/bird/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bird/tasks/main.yml b/roles/bird/tasks/main.yml index 2a744eb..ab01b04 100644 --- a/roles/bird/tasks/main.yml +++ b/roles/bird/tasks/main.yml @@ -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