summaryrefslogtreecommitdiff
path: root/roles/bind/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-06-19 00:03:22 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-06-19 00:03:22 +0200
commitd5cb307d443301e96a06c80e4608ec7e9d015e0e (patch)
tree3a52b762ae29ec9e17b84ca05c3ecbc8e3e8c9b8 /roles/bind/handlers
parentadd simple handling for nftable rulesets in base role (diff)
import improved bind role from helsinki repo
Diffstat (limited to 'roles/bind/handlers')
-rw-r--r--roles/bind/handlers/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/bind/handlers/main.yml b/roles/bind/handlers/main.yml
deleted file mode 100644
index 1bb588c7..00000000
--- a/roles/bind/handlers/main.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- name: reload bind
- systemd:
- name: bind9
- state: reloaded