1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-29 23:18:55 +00:00

short_description fix batch 2 (#5520) (#5522)

(cherry picked from commit f683d6a05d)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2022-11-09 14:08:55 +01:00 committed by GitHub
parent cc63dd884c
commit 88ac419c0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 51 additions and 51 deletions

View file

@ -12,7 +12,7 @@ __metaclass__ = type
DOCUMENTATION = '''
---
module: ipinfoio_facts
short_description: "Retrieve IP geolocation facts of a host's IP address"
short_description: Retrieve IP geolocation facts of a host's IP address
description:
- "Gather IP geolocation facts of a host's IP address using ipinfo.io API"
author: "Aleksei Kostiuk (@akostyuk)"

View file

@ -13,7 +13,7 @@ DOCUMENTATION = '''
---
module: netcup_dns
notes: []
short_description: manage Netcup DNS records
short_description: Manage Netcup DNS records
description:
- "Manages DNS records via the Netcup API, see the docs U(https://ccp.netcup.net/run/webservice/servers/endpoint.php)."
options:

View file

@ -18,7 +18,7 @@ DOCUMENTATION = '''
---
module: nsupdate
short_description: Manage DNS records.
short_description: Manage DNS records
description:
- Create, update and remove DNS records using DDNS updates
requirements:

View file

@ -13,7 +13,7 @@ __metaclass__ = type
DOCUMENTATION = r'''
---
module: omapi_host
short_description: Setup OMAPI hosts.
short_description: Setup OMAPI hosts
description: Manage OMAPI hosts into compatible DHCPd servers
requirements:
- pypureomapi