mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
* fix route53 documentation * improve state option description and remove version_added
This commit is contained in:
committed by
Ryan Brown
parent
4bf8071889
commit
0438236263
@@ -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' ]
|
||||||
|
|||||||
Reference in New Issue
Block a user