diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-11-23 20:26:28 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-11-23 20:26:28 +0100 |
commit | b9082b592eb6f329feab531b821a52aacfe10142 (patch) | |
tree | e115ca2d8a9b77f956191859d01bb6037e512146 /ansible/roles/snmp/tasks | |
parent | 336211fc187641757c79740982eb450d78feccf1 (diff) |
fix handlersansible-fixes
Diffstat (limited to 'ansible/roles/snmp/tasks')
-rw-r--r-- | ansible/roles/snmp/tasks/main.yml | 6 |
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 |