Add note to ec2_vol state param regarding list option added in 1.8
This commit is contained in:
parent
d98d76aeae
commit
1a1d1cc609
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue