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:
parent
759750e661
commit
e079498485
1 changed files with 1 additions and 1 deletions
|
@ -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' ]
|
||||
|
|
Loading…
Reference in a new issue