Add note to ec2_vol state param regarding list option added in 1.8

pull/4420/head
James Cammarata 2014-09-16 13:20:39 -05:00
parent b376e208c7
commit fdf126a337
1 changed files with 1 additions and 1 deletions

View File

@ -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']