Files
community.general/library
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.
2013-05-13 15:01:02 -04:00
..
2013-05-11 17:23:32 -04:00
2013-05-11 17:21:04 -04:00
2013-05-11 16:38:17 -04:00
2013-05-11 17:21:49 -04:00