From 9d65c6acc19f70feecc3125b215149df44b48efd Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 6 Jul 2019 16:17:29 +0200 Subject: [PATCH] Add handler 'Reload bind9'. --- roles/common/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 9068d2c..dae36cb 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -25,3 +25,8 @@ name: postfix state: restarted +- name: Reload bind9 + service: + name: bind9 + state: reloaded + enabled: yes