mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +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:
|
||||
state:
|
||||
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
|
||||
aliases: [ 'command' ]
|
||||
choices: [ 'present', 'absent', 'get', 'create', 'delete' ]
|
||||
|
||||
Reference in New Issue
Block a user