Skip to content
Snippets Groups Projects
Commit dae3bb2d authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Added variable for debian version, so we support jessie and stretch hosts

parent 4626076a
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@
- name: ensure apt knows about the zabbix repo
apt_repository: repo={{ item }} state=present
with_items:
- 'deb http://repo.zabbix.com/zabbix/3.0/debian jessie main'
- 'deb-src http://repo.zabbix.com/zabbix/3.0/debian jessie main'
- 'deb http://repo.zabbix.com/zabbix/3.0/debian {{debian_version}} main'
- 'deb-src http://repo.zabbix.com/zabbix/3.0/debian {{debian_version}} main'
notify:
- update apt cache
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment