ansible/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
..
cloud Style fix. 2013-05-11 17:23:32 -04:00
commands Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
database Fixed docs. Fixed fallback status method. Fixed "changed" message with cluster commit. 2013-05-05 14:54:23 -04:00
files copy module fixes for 'make pep8' 2013-05-11 17:21:04 -04:00
internal Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
inventory Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
messaging Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
monitoring Update version_added 2013-05-11 16:38:17 -04:00
net_infrastructure Add newline at end of file 2013-05-11 17:21:29 -04:00
network Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError. 2013-04-29 13:59:06 -05:00
notification notification/mqtt: ensure network communication and check error 2013-05-12 11:22:34 +02:00
packaging Make package version comparison use globbing. 2013-05-13 15:01:02 -04:00
source_control Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
system Style fix. 2013-05-11 17:21:49 -04:00
utilities Move mail into the notification bucket. 2013-05-05 12:42:09 -04:00
web_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00