From 33d888210b901d2f0c06cede4bb1956dca5d61c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Wed, 9 Jan 2019 10:45:31 +0100 Subject: [PATCH] zabbix: fix author's github handle (#50700) --- lib/ansible/modules/monitoring/zabbix/zabbix_group_facts.py | 2 +- lib/ansible/modules/monitoring/zabbix/zabbix_host_facts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/monitoring/zabbix/zabbix_group_facts.py b/lib/ansible/modules/monitoring/zabbix/zabbix_group_facts.py index 2d914307f1e..5607c7e60c6 100644 --- a/lib/ansible/modules/monitoring/zabbix/zabbix_group_facts.py +++ b/lib/ansible/modules/monitoring/zabbix/zabbix_group_facts.py @@ -29,7 +29,7 @@ description: - This module allows you to search for Zabbix hostgroup entries. version_added: "2.6" author: - - "Michael Miko (@redwhitemiko)" + - "Michael Miko (@RedWhiteMiko)" requirements: - "python >= 2.6" - zabbix-api diff --git a/lib/ansible/modules/monitoring/zabbix/zabbix_host_facts.py b/lib/ansible/modules/monitoring/zabbix/zabbix_host_facts.py index 1448b311e04..92e120efb33 100644 --- a/lib/ansible/modules/monitoring/zabbix/zabbix_host_facts.py +++ b/lib/ansible/modules/monitoring/zabbix/zabbix_host_facts.py @@ -30,7 +30,7 @@ description: - This module allows you to search for Zabbix host entries. version_added: "2.7" author: - - "Michael Miko (@redwhitemiko)" + - "Michael Miko (@RedWhiteMiko)" requirements: - "python >= 2.6" - zabbix-api