aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/snmp/tasks
diff options
context:
space:
mode:
authorOle Mathias Heggem <olemathias.aa.heggem@gmail.com>2023-11-23 20:26:28 +0100
committerOle Mathias Heggem <olemathias.aa.heggem@gmail.com>2023-11-23 20:26:28 +0100
commitb9082b592eb6f329feab531b821a52aacfe10142 (patch)
treee115ca2d8a9b77f956191859d01bb6037e512146 /ansible/roles/snmp/tasks
parent336211fc187641757c79740982eb450d78feccf1 (diff)
fix handlersansible-fixes
Diffstat (limited to 'ansible/roles/snmp/tasks')
-rw-r--r--ansible/roles/snmp/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/roles/snmp/tasks/main.yml b/ansible/roles/snmp/tasks/main.yml
index 85a88cd..33e479b 100644
--- a/ansible/roles/snmp/tasks/main.yml
+++ b/ansible/roles/snmp/tasks/main.yml
@@ -14,16 +14,16 @@
args:
chdir: /opt/gondul/data/
when: not mibdir.stat.exists
- notify: restart gondul-snmp
+ notify: Restart gondul-snmp
- name: Add systemd service file for gondul-snmp
ansible.builtin.copy:
dest: /etc/systemd/system/gondul-snmp.service
src: gondul-snmp.service
- notify: restart gondul-snmp
+ notify: Restart gondul-snmp
- name: Enable snmp service
ansible.builtin.systemd:
name: gondul-snmp.service
enabled: yes
- notify: restart gondul-snmp \ No newline at end of file
+ notify: Restart gondul-snmp \ No newline at end of file