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
James Laska 5cfefb326a Correct check_mode conditional logic
The desired behavior is to _not_ add the ppa signing key when check_mode is
enabled.  This fix corrects the conditional logic to comply with the stated
behavior.
10 years ago
..
apt Properly catch import errors in apt 10 years ago
apt_key Merge pull request #6468 from philpep/fix_apt_key 10 years ago
apt_repository Correct check_mode conditional logic 10 years ago
cpanm Fix missing colons in cpanm 10 years ago
easy_install Force command action to not be executed by the shell unless specifically enabled 10 years ago
gem Various commits to enable no-shell or safe-shell usage, more to come. 10 years ago
homebrew Use "brew list <name>" instead of grepping the output of "brew list". 11 years ago
macports Various commits to enable no-shell or safe-shell usage, more to come. 10 years ago
npm Force command action to not be executed by the shell unless specifically enabled 10 years ago
openbsd_pkg Merge pull request #4949 from eest/openbsd_pkg-rework-name-parsing 11 years ago
opkg Various commits to enable no-shell or safe-shell usage, more to come. 10 years ago
pacman Various commits to enable no-shell or safe-shell usage, more to come. 10 years ago
pip Force command action to not be executed by the shell unless specifically enabled 10 years ago
pkgin Fixes for run_command shell usage in remainder of packaging modules, save portinstall. 10 years ago
pkgng Addresses #5023 Fix import comments 11 years ago
pkgutil Fixes for run_command shell usage in remainder of packaging modules, save portinstall. 10 years ago
portage Fix docstring and snippet import style in portage module 10 years ago
portinstall Close parens in portinstall 10 years ago
redhat_subscription Fixes for run_command shell usage in remainder of packaging modules, save portinstall. 10 years ago
rhn_channel Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
rhn_register Force command action to not be executed by the shell unless specifically enabled 10 years ago
rpm_key Remove validate_certs parameter from fetch_url calls 10 years ago
svr4pkg Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
swdepot Fixes for run_command shell usage in remainder of packaging modules, save portinstall. 10 years ago
urpmi Fixes for run_command shell usage in remainder of packaging modules, save portinstall. 10 years ago
yum Yum: Fix logic in yum. 10 years ago
zypper remove check for version string 11 years ago
zypper_repository zypper_repository: claims to support check_mode, but does not. Fixes GH-5614. 11 years ago