From 1ec0c1893acfbf45a203f57db5617d925c9779bd Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sat, 17 Oct 2015 00:48:29 -0400 Subject: [PATCH] added note on when reboot command became available fixes #2050 --- cloud/amazon/rds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/rds.py b/cloud/amazon/rds.py index d509bdf4fa0..1eb4cc8ab1d 100644 --- a/cloud/amazon/rds.py +++ b/cloud/amazon/rds.py @@ -24,7 +24,7 @@ description: options: command: description: - - Specifies the action to take. + - Specifies the action to take. The 'reboot' option is available starting at version 2.0 required: true choices: [ 'create', 'replicate', 'delete', 'facts', 'modify' , 'promote', 'snapshot', 'reboot', 'restore' ] instance_name: