summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorJames Tanner <tanner.jc@gmail.com>2013-12-13 19:54:08 +0100
committerJames Tanner <tanner.jc@gmail.com>2013-12-13 19:54:08 +0100
commitf55270e746a66932d40243ff0f15706e9a7a7103 (patch)
tree36b5c029bc34c1aac0b18296fcd2fdaab77ed237 /library
parentMerge pull request #4872 from timurbatyrshin/4869-old-python-apt-fix (diff)
downloadansible-f55270e746a66932d40243ff0f15706e9a7a7103.tar.xz
ansible-f55270e746a66932d40243ff0f15706e9a7a7103.zip
Set version_added for new_instance_name in cloud/rds module
Diffstat (limited to 'library')
-rw-r--r--library/cloud/rds1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cloud/rds b/library/cloud/rds
index cc283e9b48..56e32ad208 100644
--- a/library/cloud/rds
+++ b/library/cloud/rds
@@ -214,6 +214,7 @@ options:
required: false
default: null
aliases: []
+ version_added: 1.5
requirements: [ "boto" ]
author: Bruce Pennypacker
'''