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/handlers | |
parent | 336211fc187641757c79740982eb450d78feccf1 (diff) |
fix handlersansible-fixes
Diffstat (limited to 'ansible/roles/snmp/handlers')
-rw-r--r-- | ansible/roles/snmp/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/snmp/handlers/main.yml b/ansible/roles/snmp/handlers/main.yml index b0232f2..21c2b49 100644 --- a/ansible/roles/snmp/handlers/main.yml +++ b/ansible/roles/snmp/handlers/main.yml @@ -1,3 +1,3 @@ --- -- name: restart gondul-snmp +- name: Restart gondul-snmp service: name=gondul-snmp state=restarted |