Add attributes to package manager modules (#5954)

Add attributes to package manager modules.
This commit is contained in:
Felix Fontein 2023-02-24 09:25:20 +01:00 committed by GitHub
commit 3ec2fde2c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 386 additions and 56 deletions

View file

@ -14,7 +14,14 @@ module: yum_versionlock
version_added: 2.0.0
short_description: Locks / unlocks a installed package(s) from being updated by yum package manager
description:
- This module adds installed packages to yum versionlock to prevent the package(s) from being updated.
- This module adds installed packages to yum versionlock to prevent the package(s) from being updated.
extends_documentation_fragment:
- community.general.attributes
attributes:
check_mode:
support: full
diff_mode:
support: none
options:
name:
description:
@ -31,7 +38,6 @@ options:
default: present
notes:
- Requires yum-plugin-versionlock package on the remote node.
- Supports C(check_mode).
requirements:
- yum
- yum-versionlock