diff options
author | James Tanner <tanner.jc@gmail.com> | 2013-12-13 19:54:08 +0100 |
---|---|---|
committer | James Tanner <tanner.jc@gmail.com> | 2013-12-13 19:54:08 +0100 |
commit | f55270e746a66932d40243ff0f15706e9a7a7103 (patch) | |
tree | 36b5c029bc34c1aac0b18296fcd2fdaab77ed237 /library | |
parent | Merge pull request #4872 from timurbatyrshin/4869-old-python-apt-fix (diff) | |
download | ansible-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/rds | 1 |
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 ''' |