From abf03f6376af10b19486c78c3efa7847d0bc43eb Mon Sep 17 00:00:00 2001 From: Alan Loi Date: Sat, 20 Jun 2015 21:34:27 +1000 Subject: [PATCH] Added return value documentation to dynamodb_table module. --- lib/ansible/modules/extras/cloud/amazon/dynamodb_table | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/ansible/modules/extras/cloud/amazon/dynamodb_table b/lib/ansible/modules/extras/cloud/amazon/dynamodb_table index b59280a2e23..89a7e0fbb2e 100644 --- a/lib/ansible/modules/extras/cloud/amazon/dynamodb_table +++ b/lib/ansible/modules/extras/cloud/amazon/dynamodb_table @@ -102,6 +102,14 @@ EXAMPLES = ''' state: absent ''' +RETURN = ''' +table_status: + description: The current status of the table. + returned: success + type: string + sample: ACTIVE +''' + try: import boto import boto.dynamodb2