mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
* Included module installp for AIX packages This module works with installp AIX packages. With this module is possible manage (install and remove) native AIX packages using simple playbooks. * Included module installp for AIX packages This module works with installp AIX packages. With this module is possible to manage (install and remove) native AIX packages using simple playbooks. * Fixed variable for installp parameters and docs Followed the comments for merge - changed variable for installp params - doc for name and multiple packges using comma * Replaced manual split to a list according argument_spec Changed manual split for module.params["name"] to argument_spec * Fixed PEP8 space after operator Fixed PEP8 space after operator * improved package verification and pep8 - improved package/fileset verification on AIX before to take actions to remove or install - Applied PEP8 and non-written conventions - better comments and documentation note: even If the package is already installed, even the package/fileset is new, the module will not install it. On AIX it is not recommended because it can break your OS version with missen filesets. * applied single/double quotes convention. applied single/double quotes convention. * Package name 'all' allowed as AIX command line - Allowed use 'name' as all such as AIX allows - Removed 'global' varible regarding licence that is used only by install() * Documentation format issue E302 DOCUMENTATION is not valid YAM * Required (cosmetic) changes and improvements * Small changes * Silly PEP8 fixes * Fix underscore variable |
||
---|---|---|
.. | ||
__init__.py | ||
apk.py | ||
apt.py | ||
apt_key.py | ||
apt_repo.py | ||
apt_repository.py | ||
apt_rpm.py | ||
dnf.py | ||
dpkg_selections.py | ||
flatpak.py | ||
flatpak_remote.py | ||
homebrew.py | ||
homebrew_cask.py | ||
homebrew_tap.py | ||
installp.py | ||
layman.py | ||
macports.py | ||
openbsd_pkg.py | ||
opkg.py | ||
package.py | ||
package_facts.py | ||
pacman.py | ||
pkg5.py | ||
pkg5_publisher.py | ||
pkgin.py | ||
pkgng.py | ||
pkgutil.py | ||
portage.py | ||
portinstall.py | ||
pulp_repo.py | ||
redhat_subscription.py | ||
rhn_channel.py | ||
rhn_register.py | ||
rhsm_repository.py | ||
rhsm_repository_release.py | ||
rpm_key.py | ||
slackpkg.py | ||
snap.py | ||
sorcery.py | ||
svr4pkg.py | ||
swdepot.py | ||
swupd.py | ||
urpmi.py | ||
xbps.py | ||
yum.py | ||
yum_repository.py | ||
zypper.py | ||
zypper_repository.py |