summaryrefslogtreecommitdiff
path: root/roles/bind/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-06 05:08:38 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-06 05:08:38 +0200
commit180714cd58dac936954c778d9539eb0618e63cea (patch)
tree2eeedc7073ebddd23c5b0342cccf4633654be794 /roles/bind/handlers
parentkeep using systemd-resolved for now (diff)
added bind role
Diffstat (limited to 'roles/bind/handlers')
-rw-r--r--roles/bind/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/bind/handlers/main.yml b/roles/bind/handlers/main.yml
new file mode 100644
index 00000000..1bb588c7
--- /dev/null
+++ b/roles/bind/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: reload bind
+ systemd:
+ name: bind9
+ state: reloaded