mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[cloud] document route53 state choices added in 2.4 (#25866)
This commit is contained in:
committed by
Ryan Brown
parent
759750e661
commit
e079498485
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user