1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/packaging/os
patchback[bot] d0b27d68e2
[PR #6121/c0cb7958 backport][stable-5] Documentation: yum_versionlock typo fix (#6125)
Documentation: yum_versionlock typo fix (#6121)

##### SUMMARY
Fixing typo in documentation, we need to use name parameter instead of package.

##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr

(cherry picked from commit c0cb7958cb)

Co-authored-by: AnatomicJC <github@open-web.fr>
2023-03-02 20:16:09 +01:00
..
apk.py Adjust booleans in packaging modules. (#5154) (#5169) 2022-08-24 20:46:30 +02:00
apt_repo.py Adjust booleans in packaging modules. (#5154) (#5169) 2022-08-24 20:46:30 +02:00
apt_rpm.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5515) 2022-11-09 07:33:03 +01:00
copr.py Fix linting errors; fix some real bugs (#5111) (#5114) 2022-08-12 12:33:02 +02:00
dnf_versionlock.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
flatpak.py Fix linting errors; fix some real bugs (#5111) (#5114) 2022-08-12 12:33:02 +02:00
flatpak_remote.py Fix linting errors; fix some real bugs (#5111) (#5114) 2022-08-12 12:33:02 +02:00
homebrew.py homebrew: add Linux brew path to defaults (#5241) (#5254) 2022-09-08 08:05:36 +02:00
homebrew_cask.py Normalize more booleans. (#5247) (#5250) 2022-09-06 21:07:46 +02:00
homebrew_tap.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5515) 2022-11-09 07:33:03 +01:00
installp.py Adjust booleans in packaging modules. (#5154) (#5169) 2022-08-24 20:46:30 +02:00
layman.py multiple modules: fixed markups in doc (#5227) (#5233) 2022-09-04 15:59:57 +02:00
macports.py [stable-5] Remove unneccessary imports (#5977) 2023-02-12 20:22:36 +01:00
mas.py [stable-5] Remove unneccessary imports (#5977) 2023-02-12 20:22:36 +01:00
openbsd_pkg.py Adjust booleans in packaging modules. (#5154) (#5169) 2022-08-24 20:46:30 +02:00
opkg.py [PR #5705/2b39470a backport][stable-5] opkg: fix issue that force=reinstall would not reinstall an existing package (#5710) 2022-12-19 20:42:57 +01:00
pacman.py Fix non-matching defaults. (#5452) (#5453) 2022-11-01 19:45:37 +01:00
pacman_key.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
pkg5.py Adjust booleans in packaging modules. (#5154) (#5169) 2022-08-24 20:46:30 +02:00
pkg5_publisher.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
pkgin.py short_description fix batch 2 (#5520) (#5522) 2022-11-09 14:08:55 +01:00
pkgng.py pkgng: fix error-handling when upgrading all (#5369) (#5411) 2022-10-23 16:24:38 +02:00
pkgutil.py multiple modules: fixed markups in doc (#5227) (#5233) 2022-09-04 15:59:57 +02:00
portage.py portage: update comment, drop gentoolkit requirement (#5406) (#5407) 2022-10-23 13:02:13 +02:00
portinstall.py multiple modules: removed unused imports (#5258) (#5268) 2022-09-10 12:18:27 +02:00
pulp_repo.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
redhat_subscription.py redhat_subscription: improve wording wrt Satellite (#5581) (#5607) 2022-11-26 18:49:38 +01:00
rhn_channel.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
rhn_register.py Adjust booleans in packaging modules. (#5154) (#5169) 2022-08-24 20:46:30 +02:00
rhsm_release.py Fix copyright lines (make sure 'Copyright' is there). (#5083) (#5084) 2022-08-05 22:45:15 +02:00
rhsm_repository.py Normalize more booleans. (#5247) (#5250) 2022-09-06 21:07:46 +02:00
rpm_ostree_pkg.py Normalize more booleans. (#5247) (#5250) 2022-09-06 21:07:46 +02:00
slackpkg.py Fix copyright lines (make sure 'Copyright' is there). (#5083) (#5084) 2022-08-05 22:45:15 +02:00
snap.py snap: fix regex to support option values with whitespaces (#5475) (#5479) 2022-11-06 11:51:31 +01:00
snap_alias.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
sorcery.py Fix non-matching defaults. (#5452) (#5453) 2022-11-01 19:45:37 +01:00
svr4pkg.py multiple modules: fixed markups in doc (#5227) (#5233) 2022-09-04 15:59:57 +02:00
swdepot.py Fix copyright lines (make sure 'Copyright' is there). (#5083) (#5084) 2022-08-05 22:45:15 +02:00
swupd.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
urpmi.py multiple modules: removed unused imports (#5258) (#5268) 2022-09-10 12:18:27 +02:00
xbps.py Fix indent. (#5177) (#5179) 2022-08-24 20:53:26 +02:00
yum_versionlock.py [PR #6121/c0cb7958 backport][stable-5] Documentation: yum_versionlock typo fix (#6125) 2023-03-02 20:16:09 +01:00
zypper.py [PR #5998/2c762c47 backport][stable-5] Added support for openSUSE MicroOS (#6077) 2023-02-25 11:23:20 +01:00
zypper_repository.py Adjust booleans in packaging modules. (#5154) (#5169) 2022-08-24 20:46:30 +02:00