From d20b7ee6e67a4b475c221ef4e8ca974ae5bda260 Mon Sep 17 00:00:00 2001 From: John Barker Date: Thu, 31 Mar 2016 20:15:32 +0100 Subject: [PATCH] restore version_added in dynamodb_table.py --- lib/ansible/modules/extras/cloud/amazon/dynamodb_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/cloud/amazon/dynamodb_table.py b/lib/ansible/modules/extras/cloud/amazon/dynamodb_table.py index b0c335a16ab..ceafbdea9b6 100644 --- a/lib/ansible/modules/extras/cloud/amazon/dynamodb_table.py +++ b/lib/ansible/modules/extras/cloud/amazon/dynamodb_table.py @@ -18,6 +18,7 @@ DOCUMENTATION = """ --- module: dynamodb_table short_description: Create, update or delete AWS Dynamo DB tables. +version_added: "2.0" description: - Create or delete AWS Dynamo DB tables. - Can update the provisioned throughput on existing tables.