From f134f61740a779bb6489039c7f54004ed21cd0e4 Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Mon, 12 Nov 2018 16:23:13 +0100 Subject: [PATCH] Role service-bird: only configure radvd on gateways --- roles/service-bird/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/service-bird/tasks/main.yml b/roles/service-bird/tasks/main.yml index 7b5012c..d8fb053 100644 --- a/roles/service-bird/tasks/main.yml +++ b/roles/service-bird/tasks/main.yml @@ -52,6 +52,7 @@ notify: reload systemd unit bird6 - name: write radv.conf + when: ffmwu_server_type == "gateway" template: src: radv.conf.j2 dest: /etc/bird/radv.conf