mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update documentation to include usual fields
- Adds version_added - Adds author - Removed default: null from a required field
This commit is contained in:
committed by
Matt Clay
parent
a6e79f6347
commit
beceeb440d
@@ -5,12 +5,12 @@ module: route53_zone
|
|||||||
short_description: add or delete Route53 zones
|
short_description: add or delete Route53 zones
|
||||||
description:
|
description:
|
||||||
- Creates and deletes Route53 private and public zones
|
- Creates and deletes Route53 private and public zones
|
||||||
|
version_added: "2.0"
|
||||||
options:
|
options:
|
||||||
zone:
|
zone:
|
||||||
description:
|
description:
|
||||||
- The DNS zone record (eg: foo.com.)
|
- The DNS zone record (eg: foo.com.)
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
command:
|
command:
|
||||||
description:
|
description:
|
||||||
- whether or not the zone should exist or not
|
- whether or not the zone should exist or not
|
||||||
@@ -32,6 +32,7 @@ options:
|
|||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
extends_documentation_fragment: aws
|
extends_documentation_fragment: aws
|
||||||
|
author: "Christopher Troup (@minichate)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|||||||
Reference in New Issue
Block a user