From 4cdd58064d3114e1c83718dfd12a7f93397f92e6 Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Tue, 16 Jun 2015 11:26:33 -0400 Subject: [PATCH] Updated author data for modules --- lib/ansible/modules/cloud/rackspace/rax_clb.py | 4 +++- lib/ansible/modules/cloud/rackspace/rax_clb_nodes.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/rackspace/rax_clb.py b/lib/ansible/modules/cloud/rackspace/rax_clb.py index a3deae6f4a7..af46d82e0b4 100644 --- a/lib/ansible/modules/cloud/rackspace/rax_clb.py +++ b/lib/ansible/modules/cloud/rackspace/rax_clb.py @@ -103,7 +103,9 @@ options: description: - how long before wait gives up, in seconds default: 300 -author: Christopher H. Laco, Matt Martz +author: + - "Christopher H. Laco (@claco)" + - "Matt Martz (@sivel)" extends_documentation_fragment: rackspace ''' diff --git a/lib/ansible/modules/cloud/rackspace/rax_clb_nodes.py b/lib/ansible/modules/cloud/rackspace/rax_clb_nodes.py index 472fad19b1c..d832f5f26eb 100644 --- a/lib/ansible/modules/cloud/rackspace/rax_clb_nodes.py +++ b/lib/ansible/modules/cloud/rackspace/rax_clb_nodes.py @@ -85,7 +85,7 @@ options: required: false description: - Weight of node -author: Lukasz Kawczynski +author: "Lukasz Kawczynski (@neuroid)" extends_documentation_fragment: rackspace '''