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

reviewable/pr18780/r1
James Cammarata 10 years ago
parent d98d76aeae
commit 1a1d1cc609

@ -94,7 +94,7 @@ options:
version_added: "1.5" version_added: "1.5"
state: state:
description: 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 required: false
default: present default: present
choices: ['absent', 'present', 'list'] choices: ['absent', 'present', 'list']

Loading…
Cancel
Save