Skip to content
Snippets Groups Projects
Commit ba7bb05a authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

zabbix: fix a typo in snmp and include to main.yml

parent 3cad590b
Branches
Tags v2.0.8
No related merge requests found
...@@ -107,6 +107,11 @@ ...@@ -107,6 +107,11 @@
- database - database
- zabbix - zabbix
- name: include snmp-features
include: snmp.yml
- name: ensure the server is enabled and running - name: ensure the server is enabled and running
service: name=zabbix-server state=running enabled=yes service: name=zabbix-server state=running enabled=yes
tags: tags:
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
- config - config
- name: ensure the snmp MIB libs are present - name: ensure the snmp MIB libs are present
command: download-mibsmibs command: download-mibs
tags: tags:
- snmp - snmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment