File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This role installs and manages [Check_MK](http://mathias-kettner.com/check_mk.ht
2020
2121### Installation
2222
23- This role requires at least Ansible ` v2.1.5 ` . To install it, run:
23+ This role requires at least Ansible ` v2.3.0 ` . To install it, run:
2424
2525``` Shell
2626ansible-galaxy install debops-contrib.checkmk_server
Original file line number Diff line number Diff line change @@ -11,14 +11,21 @@ galaxy_info:
1111 author : Reto Gantenbein
1212 description : ' Setup Check_MK monitoring server'
1313 license : ' GPL-3.0'
14- min_ansible_version : ' 2.1.5 '
14+ min_ansible_version : ' 2.3.0 '
1515
1616 platforms :
1717
1818 - name : Debian
1919 versions :
2020 - wheezy
2121 - jessie
22+ - stretch
23+ - name : Ubuntu
24+ versions :
25+ - trusty
26+ - xenial
27+ - yakkety
28+ - zesty
2229
2330 galaxy_tags :
2431 - debops
You can’t perform that action at this time.
0 commit comments