aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/snmp/tasks
diff options
context:
space:
mode:
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