Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
zabbix
Commits
dae3bb2d
Commit
dae3bb2d
authored
Feb 17, 2017
by
Robin Sonnabend
Browse files
Added variable for debian version, so we support jessie and stretch hosts
parent
4626076a
Changes
1
Hide whitespace changes
Inline
Side-by-side
zabbix-repo/tasks/main.yml
View file @
dae3bb2d
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment