diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-02-23 22:28:01 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-02-23 22:28:01 -0500 |
| commit | 5296caea8edef6525488071442d5525cf32a8c2e (patch) | |
| tree | 8f18d86aab54761a6e0c97a930f911ee0175739b /handlers | |
| download | nsd-5296caea8edef6525488071442d5525cf32a8c2e.tar.gz nsd-5296caea8edef6525488071442d5525cf32a8c2e.tar.xz | |
Import from main repo
Diffstat (limited to 'handlers')
| -rw-r--r-- | handlers/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml new file mode 100644 index 0000000..4127a86 --- /dev/null +++ b/handlers/main.yml @@ -0,0 +1,4 @@ +- name: Restart NSD + runit: + name: nsd + state: restarted |
