1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
James Cammarata 2014-09-16 13:20:39 -05:00
parent b376e208c7
commit fdf126a337

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