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
Jack Kuan c7ebe44780 Make package version comparison use globbing.
I have something like:

  apt: pkg={{ item }} state=present
  with_items:
    - python-pysqlite2=2.6.3-*
    - python-paramiko=1.7.7.1-*

But due to the use of *'s in the version specifications, the apt ansible
module always reports changed: true. This patch fixes that.
13 years ago
..
apt Make package version comparison use globbing. 13 years ago
apt_key Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
apt_repository Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
easy_install Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
gem Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
homebrew Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
macports Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
npm Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
openbsd_pkg Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
opkg Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
pacman Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
pip Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
pkgin Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
pkgng new module to handle FreeBSD packages with pkgng 13 years ago
rhn_channel Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
svr4pkg Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
yum Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago