[PR #9435/2f82bd8e backport][stable-10] Adjust doc style (#9445)

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>
(cherry picked from commit 2f82bd8ece)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2024-12-29 00:37:58 +01:00
committed by GitHub
parent 151f6c9ce3
commit b22777de44
24 changed files with 50 additions and 49 deletions

View File

@@ -14,9 +14,9 @@ DOCUMENTATION = r"""
module: udm_dns_record
author:
- Tobias Rüetschi (@keachi)
short_description: Manage dns entries on a univention corporate server
short_description: Manage DNS entries on a univention corporate server
description:
- This module allows to manage dns records on a univention corporate server (UCS). It uses the Python API of the UCS to create a new object
- This module allows to manage DNS records on a univention corporate server (UCS). It uses the Python API of the UCS to create a new object
or edit it.
requirements:
- Univention
@@ -34,7 +34,7 @@ options:
default: "present"
choices: [present, absent]
description:
- Whether the dns record is present or not.
- Whether the DNS record is present or not.
name:
type: str
required: true