From d944e2e9ea4eef0dac9e629fb2d9f4b515ea51ff Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Fri, 22 May 2015 14:43:14 +0200 Subject: [PATCH] zabbix_group: update version added to 1.8 Since we intent to replace the current module, we add the version the current module was added. --- lib/ansible/modules/extras/monitoring/zabbix_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/monitoring/zabbix_group.py b/lib/ansible/modules/extras/monitoring/zabbix_group.py index d54009251ff..81fe3be5008 100644 --- a/lib/ansible/modules/extras/monitoring/zabbix_group.py +++ b/lib/ansible/modules/extras/monitoring/zabbix_group.py @@ -26,7 +26,7 @@ short_description: Zabbix host groups creates/deletes description: - Create host groups if they don't exist. - Delete existing host groups if they exist. -version_added: "1.9" +version_added: "1.8" author: - "(@cove)" - "Tony Minfei Ding"