diff --git a/library/cloud/ec2_vol b/library/cloud/ec2_vol index 49d3a60143..0e662a77bd 100644 --- a/library/cloud/ec2_vol +++ b/library/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']