You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library/packaging
Timur Batyrshin 658c15930e reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 11 years ago
..
apt Remove debugging code 11 years ago
apt_key apt_key module: Case insensitive presence checking 11 years ago
apt_repository reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 11 years ago
easy_install Fixes #5381 easy_install bug when used with virtualenv 11 years ago
gem
homebrew Use "brew list <name>" instead of grepping the output of "brew list". 11 years ago
macports
npm Fix npm documentation typo. 11 years ago
openbsd_pkg Merge pull request #4949 from eest/openbsd_pkg-rework-name-parsing 11 years ago
opkg
pacman
pip If a executable is defined but not found the module should fail. Addresses https://github.com/ansible/ansible/issues/5781. 11 years ago
pkgin
pkgng
pkgutil
portinstall
redhat_subscription
rhn_channel
rhn_register
rpm_key All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). 11 years ago
svr4pkg
swdepot
urpmi
yum Adding a check for pending tranasctions to the yum module 11 years ago
zypper
zypper_repository zypper_repository: claims to support check_mode, but does not. Fixes GH-5614. 11 years ago