mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 13:42:49 +00:00
* short_description fix batch 3
* Update plugins/modules/telegram.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 6b20572ea1)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
4ed5177d60
commit
b765938b79
48 changed files with 48 additions and 48 deletions
|
|
@ -14,7 +14,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: pulp_repo
|
||||
author: "Joe Adams (@sysadmind)"
|
||||
short_description: Add or remove Pulp repos from a remote host.
|
||||
short_description: Add or remove Pulp repos from a remote host
|
||||
description:
|
||||
- Add or remove Pulp repos from a remote host.
|
||||
- Note, this is for Pulp 2 only.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: swupd
|
||||
short_description: Manages updates and bundles in ClearLinux systems.
|
||||
short_description: Manages updates and bundles in ClearLinux systems
|
||||
description:
|
||||
- Manages updates and bundles with the swupd bundle manager, which is used by the
|
||||
Clear Linux Project for Intel Architecture.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue