From 21be3bceff077210da835edf4439b1ea4d03fe89 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Thu, 17 Sep 2015 12:01:48 +0200 Subject: [PATCH] Add github ID to author field in sensu_check As proposed by @gregdek in #983 --- lib/ansible/modules/extras/monitoring/sensu_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/monitoring/sensu_check.py b/lib/ansible/modules/extras/monitoring/sensu_check.py index c73fafdcd6..72b0b8d8c6 100644 --- a/lib/ansible/modules/extras/monitoring/sensu_check.py +++ b/lib/ansible/modules/extras/monitoring/sensu_check.py @@ -148,7 +148,7 @@ options: required: false default: null requirements: [ ] -author: Anders Ingemann +author: "Anders Ingemann (@andsens)" ''' EXAMPLES = '''