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