From 40d5e3a11a949830ad2650373591d1364e6f4458 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <ynerant@crans.org> Date: Mon, 4 Apr 2022 18:00:47 +0200 Subject: [PATCH] [bind9] Fix tasks import Signed-off-by: Yohann D'ANELLO <ynerant@crans.org> --- roles/bind-authoritative/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bind-authoritative/tasks/main.yml b/roles/bind-authoritative/tasks/main.yml index 1191b44c..1c6daf7f 100644 --- a/roles/bind-authoritative/tasks/main.yml +++ b/roles/bind-authoritative/tasks/main.yml @@ -25,7 +25,7 @@ - named.conf.options notify: Reload Bind9 -- include: dnssec.yml +- include_tasks: dnssec.yml when: is_master - name: Indicate role in motd -- GitLab