ansible/packaging/os
Matthew Gamble a92a0e56f2 Remove dead code from pacman module
The manual check to see if get_bin_path() returned anything is
redundant, because we pass True to the required parameter of
get_bin_path(). This automatically causes the task to fail if the pacman
binary isn't available. Therefore, the code within the if statement
being removed is never called.
2016-03-23 18:39:26 +11:00
..
__init__.py
apk.py Replace choices=BOOLEANS by type='bool', fix #1326 2015-12-21 23:39:20 +01:00
dnf.py Fail due to no dnf module installed earlier as we use a dnf utility function to determine if we have permission to install packages. 2016-03-04 09:43:23 -08:00
homebrew.py Documentation fixes 2015-11-11 12:38:51 -08:00
homebrew_cask.py
homebrew_tap.py
layman.py
macports.py
openbsd_pkg.py fix the spelling of vim's flavor in the example 2016-01-28 21:54:25 +01:00
opkg.py
pacman.py Remove dead code from pacman module 2016-03-23 18:39:26 +11:00
pkg5.py Replace choices=BOOLEANS by type='bool', fix #1326 2015-12-21 23:39:20 +01:00
pkg5_publisher.py Replace choices=BOOLEANS by type='bool', fix #1326 2015-12-21 23:39:20 +01:00
pkgin.py Update for modules which import json. 2016-01-11 13:06:22 -08:00
pkgng.py Update for modules which import json. 2016-01-11 13:06:22 -08:00
pkgutil.py added missing version_added 2016-01-11 19:34:02 -05:00
portage.py
portinstall.py Update for modules which import json. 2016-01-11 13:06:22 -08:00
slackpkg.py
svr4pkg.py
swdepot.py
urpmi.py Update for modules which import json. 2016-01-11 13:06:22 -08:00
yum_repository.py Removing parameter from yum_repository module 2016-03-04 00:43:44 +00:00
zypper.py Remove duplicate documentation fields 2016-01-28 09:20:55 -08:00
zypper_repository.py