mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Add note to ec2_vol state param regarding list option added in 1.8
This commit is contained in:
parent
b376e208c7
commit
fdf126a337
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…
Add table
Add a link
Reference in a new issue