From 2962f3e519a1bc9c225c62cd1fe33a1047ba04eb Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 16 Nov 2018 08:27:57 +0530 Subject: [PATCH] Update rds documentation for upgrade (#48713) upgrade parameter is available only when command is one of the following [ create, modify, replicate, restore ] Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/cloud/amazon/rds.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/rds.py b/lib/ansible/modules/cloud/amazon/rds.py index 16ab2fd97a..aabbedea61 100644 --- a/lib/ansible/modules/cloud/amazon/rds.py +++ b/lib/ansible/modules/cloud/amazon/rds.py @@ -92,7 +92,8 @@ options: default: 3306 for mysql, 1521 for Oracle, 1433 for SQL Server, 5432 for PostgreSQL. upgrade: description: - - Indicates that minor version upgrades should be applied automatically. Used only when command=create or command=replicate. + - Indicates that minor version upgrades should be applied automatically. + - Used only when command=create or command=modify or command=restore or command=replicate. type: bool default: 'no' option_group: