From 1a1d1cc609fb456ad2faacf8d5a74125e7700f23 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 16 Sep 2014 13:20:39 -0500 Subject: [PATCH] Add note to ec2_vol state param regarding list option added in 1.8 --- cloud/ec2_vol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/ec2_vol b/cloud/ec2_vol index 49d3a601430..0e662a77bdd 100644 --- a/cloud/ec2_vol +++ b/cloud/ec2_vol @@ -94,7 +94,7 @@ options: version_added: "1.5" state: description: - - whether to ensure the volume is present or absent, or to list existing volumes + - whether to ensure the volume is present or absent, or to list existing volumes (The C(list) option was added in version 1.8). required: false default: present choices: ['absent', 'present', 'list']