No description
Find a file
Jack Kuan 0b941abd04 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
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
inventory
messaging
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
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
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