From 28749a794a56d3363d80d3799becf6854e8e35fe 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 --- lib/ansible/modules/cloud/amazon/rds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/rds.py b/lib/ansible/modules/cloud/amazon/rds.py index 476c3a159aa..62afa4d07f9 100755 --- a/lib/ansible/modules/cloud/amazon/rds.py +++ b/lib/ansible/modules/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: