From 1c210abc692d5d965028d8f39312d9592cb593bb 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. --- monitoring/zabbix_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/zabbix_group.py b/monitoring/zabbix_group.py index d54009251ff..81fe3be5008 100644 --- a/monitoring/zabbix_group.py +++ b/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"