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

[cloud] document route53 state choices added in 2.4 (#25866)

This commit is contained in:
Sloane Hertel 2017-06-19 15:16:58 -04:00 committed by Ryan Brown
parent 759750e661
commit e079498485

View file

@ -30,7 +30,7 @@ options:
state:
description:
- Specifies the state of the resource record. As of Ansible 2.4, the I(command) option has been changed
to I(state) as default, but I(command) still works as well.
to I(state) as default and the choices 'present' and 'absent' have been added, but I(command) still works as well.
required: true
aliases: [ 'command' ]
choices: [ 'present', 'absent', 'get', 'create', 'delete' ]