From c54f2c0a770f69a4924c940d5df65a2f52d37ddf Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 22 Sep 2015 21:02:40 -0400 Subject: [PATCH] minor docfix --- lib/ansible/modules/extras/monitoring/zabbix_screen.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/monitoring/zabbix_screen.py b/lib/ansible/modules/extras/monitoring/zabbix_screen.py index ad2cad41e17..dfa6196164e 100644 --- a/lib/ansible/modules/extras/monitoring/zabbix_screen.py +++ b/lib/ansible/modules/extras/monitoring/zabbix_screen.py @@ -27,7 +27,10 @@ short_description: Zabbix screen creates/updates/deletes description: - This module allows you to create, modify and delete Zabbix screens and associated graph data. version_added: "2.0" -author: Tony Minfei Ding, Harrison Gu +author: + - "(@cove)" + - "Tony Minfei Ding" + - "Harrison Gu (@harrisongu)" requirements: - "python >= 2.6" - zabbix-api @@ -49,7 +52,7 @@ options: description: - The timeout of API request (seconds). default: 10 - zabbix_screens: + screens: description: - List of screens to be created/updated/deleted(see example). - If the screen(s) already been added, the screen(s) name won't be updated.