community.general/lib/ansible/modules/packaging/os
Toshio Kuratomi 687257bd62 Use rpm instead of repoquery for is_installed()
* This keeps us from hitting bugs in repoquery/yum plugins in certain
  instances (#2559).

* The previous is also a small performance boost

* Also in is_installed(), when using the yum API, return if we detect
  a package name has been installed.  We don't need to also check
  virtual provides in that case.  This is another small performance
  boost.

* Sort the list of packages returned by the list parameter.
2016-12-08 11:23:52 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
apt.py Update the documentation of the 'apt' action for the 'name'. 2016-12-08 11:23:49 -05:00
apt_key.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
apt_repository.py fix error occurring with Debian 2016-12-08 11:23:27 -05:00
apt_rpm.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
package.py updated docs for package 2016-12-08 11:23:30 -05:00
redhat_subscription.py Change author field for os_redhat_subscription.py 2016-12-08 11:23:37 -05:00
rhn_channel.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
rhn_register.py Add version that the profilename param was added 2016-12-08 11:23:16 -05:00
rpm_key.py removed syslog in favor of common module logging functions 2016-12-08 11:23:38 -05:00
yum.py Use rpm instead of repoquery for is_installed() 2016-12-08 11:23:52 -05:00