mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Adjust doc style (#9435)
* adjust doc style * Update plugins/modules/swupd.py Co-authored-by: Felix Fontein <felix@fontein.de> * restore sanity --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -14,10 +14,10 @@ module: utm_dns_host
|
||||
author:
|
||||
- Johannes Brunswicker (@MatrixCrawler)
|
||||
|
||||
short_description: Create, update or destroy dns entry in Sophos UTM
|
||||
short_description: Create, update or destroy DNS entry in Sophos UTM
|
||||
|
||||
description:
|
||||
- Create, update or destroy a dns entry in SOPHOS UTM.
|
||||
- Create, update or destroy a DNS entry in SOPHOS UTM.
|
||||
- This module needs to have the REST Ability of the UTM to be activated.
|
||||
attributes:
|
||||
check_mode:
|
||||
@@ -44,12 +44,12 @@ options:
|
||||
comment:
|
||||
type: str
|
||||
description:
|
||||
- An optional comment to add to the dns host object.
|
||||
- An optional comment to add to the DNS host object.
|
||||
default: ''
|
||||
hostname:
|
||||
type: str
|
||||
description:
|
||||
- The hostname for the dns host object.
|
||||
- The hostname for the DNS host object.
|
||||
interface:
|
||||
type: str
|
||||
description:
|
||||
@@ -68,7 +68,7 @@ options:
|
||||
timeout:
|
||||
type: int
|
||||
description:
|
||||
- The timeout for the utm to resolve the ip address for the hostname again.
|
||||
- The timeout for the UTM to resolve the IP address for the hostname again.
|
||||
default: 0
|
||||
|
||||
extends_documentation_fragment:
|
||||
|
||||
Reference in New Issue
Block a user