mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
* fix route53 documentation * improve state option description and remove version_added
This commit is contained in:
parent
4bf8071889
commit
0438236263
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ description:
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Specifies the state of the resource record.
|
- 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.
|
||||||
required: true
|
required: true
|
||||||
aliases: [ 'command' ]
|
aliases: [ 'command' ]
|
||||||
choices: [ 'present', 'absent', 'get', 'create', 'delete' ]
|
choices: [ 'present', 'absent', 'get', 'create', 'delete' ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue