From c23e3c1913d6c829126993ad1f3005320d7f0151 Mon Sep 17 00:00:00 2001 From: Alan Loi Date: Sat, 10 Jun 2017 18:26:13 +1000 Subject: [PATCH] Fix version_added for tags and wait_for_active_timeout params (#24993) --- lib/ansible/modules/cloud/amazon/dynamodb_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/dynamodb_table.py b/lib/ansible/modules/cloud/amazon/dynamodb_table.py index 4e02dd879a..c130639959 100644 --- a/lib/ansible/modules/cloud/amazon/dynamodb_table.py +++ b/lib/ansible/modules/cloud/amazon/dynamodb_table.py @@ -86,13 +86,13 @@ options: default: [] version_added: "2.1" tags: - version_added: "2.3" + version_added: "2.4" description: - a hash/dictionary of tags to add to the new instance or for starting/stopping instance by tag; '{"key":"value"}' and '{"key":"value","key":"value"}' required: false default: null wait_for_active_timeout: - version_added: "2.3" + version_added: "2.4" description: - how long before wait gives up, in seconds. only used when tags is set required: false