From 02a1cb62df0591e3313e03cfd6431d066ca9be55 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 19 Jan 2015 09:32:50 -0500 Subject: [PATCH] corrected release when this feature was added --- lib/ansible/modules/cloud/amazon/ec2_vol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vol.py b/lib/ansible/modules/cloud/amazon/ec2_vol.py index c909a1465b1..7fd58fa5348 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vol.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vol.py @@ -55,6 +55,7 @@ options: required: false default: standard aliases: [] + version_added: "1.9" iops: description: - the provisioned IOPs you want to associate with this volume (integer).