aboutsummaryrefslogtreecommitdiffstats
path: root/roles/snmp/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/snmp/handlers/main.yml')
-rw-r--r--roles/snmp/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/snmp/handlers/main.yml b/roles/snmp/handlers/main.yml
new file mode 100644
index 0000000..9c1d345
--- /dev/null
+++ b/roles/snmp/handlers/main.yml
@@ -0,0 +1,4 @@
+- name: restart snmpd
+ systemd:
+ name: snmpd
+ state: restarted