From f0eb372e995c748bbdf843cf7d48ca65a08a0246 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Fri, 22 May 2015 14:42:22 +0200 Subject: [PATCH] zabbix_group: update authors to new format --- monitoring/zabbix_group.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/monitoring/zabbix_group.py b/monitoring/zabbix_group.py index add8e5e0da4..d54009251ff 100644 --- a/monitoring/zabbix_group.py +++ b/monitoring/zabbix_group.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- - +# # (c) 2013-2014, Epic Games, Inc. # # This file is part of Ansible @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -# + DOCUMENTATION = ''' --- @@ -27,9 +27,13 @@ description: - Create host groups if they don't exist. - Delete existing host groups if they exist. version_added: "1.9" -author: Tony Minfei Ding, Harrison Gu +author: + - "(@cove)" + - "Tony Minfei Ding" + - "Harrison Gu (@harrisongu)" requirements: - - zabbix-api python module + - "python >= 2.6" + - zabbix-api options: server_url: description: