From 99a1b418f19054af11bfb123758489232fb04006 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 27 Mar 2016 15:55:39 +0200 Subject: [PATCH] NSD: Add a comment to the handlers --- handlers/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/handlers/main.yml b/handlers/main.yml index 7b90e4a..a0f07fb 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,5 +1,9 @@ --- +# Note: the order is very important here. When a zone is added or removed, +# nsd MUST rebuild its database before being restarted. Otherwise, it will +# fail to start. + - name: rebuild nsd3 database command: /usr/sbin/nsdc rebuild