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