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
Amin Vakil 811b609b05
yum_versionlock: do lock/unlock concurrently (#1912)
* Change all packages at once in yum_versionlock module

* Re-enable tests

* Convert package list to packages string

* Fix module

* Change variable name to make it appropriate

* Fix module check_mode

* Revert "Fix module" and apply felixfontein suggestion

This reverts commit 5936da3198.

* Rename package to packages

* Only change packages which are needed

* Ignore if list is empty

* Add changelog
2021-02-26 23:16:40 +01:00
..
apk.py
apt_repo.py
apt_rpm.py
copr.py New module: Add copr module (#1592) 2021-01-27 19:30:03 +01:00
flatpak.py
flatpak_remote.py
homebrew.py Add default brew search path for non-Intel / Apple silicon hardware (#1679) 2021-01-26 06:56:24 +01:00
homebrew_cask.py Add default brew search path for non-Intel / Apple silicon hardware (#1679) 2021-01-26 06:56:24 +01:00
homebrew_tap.py homebrew_tap: Add support for brew search path (#1708) 2021-02-01 08:42:32 +01:00
installp.py
layman.py
macports.py
mas.py
openbsd_pkg.py Update CI (#1782) 2021-02-11 10:24:58 +01:00
opkg.py
pacman.py
pkg5.py
pkg5_publisher.py
pkgin.py
pkgng.py
pkgutil.py
portage.py
portinstall.py
pulp_repo.py Fix a bunch of potential security issues (secret leaking) (#1736) 2021-02-08 16:33:18 +01:00
redhat_subscription.py fixed Python 3 keys() usage (#1861) 2021-02-23 23:19:27 +01:00
rhn_channel.py
rhn_register.py
rhsm_release.py
rhsm_repository.py
rpm_ostree_pkg.py
slackpkg.py
snap.py
sorcery.py
svr4pkg.py
swdepot.py
swupd.py
urpmi.py
xbps.py
yum_versionlock.py yum_versionlock: do lock/unlock concurrently (#1912) 2021-02-26 23:16:40 +01:00
zypper.py
zypper_repository.py