From 6e1077eabc36575a6822be7e2a2c684c357d8bbb Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Wed, 13 May 2015 19:20:31 -0400 Subject: [PATCH] Adding author's github id --- network/dnsmadeeasy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/dnsmadeeasy.py b/network/dnsmadeeasy.py index 148e25a5011..dc70d0e5569 100644 --- a/network/dnsmadeeasy.py +++ b/network/dnsmadeeasy.py @@ -87,7 +87,7 @@ notes: - This module returns record(s) in the "result" element when 'state' is set to 'present'. This value can be be registered and used in your playbooks. requirements: [ urllib, urllib2, hashlib, hmac ] -author: Brice Burgess +author: "Brice Burgess (@briceburg)" ''' EXAMPLES = '''