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.
 
 
 
 
 
Go to 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.
12 years ago
cloud Style fix. 12 years ago
commands Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
database Fixed docs. Fixed fallback status method. Fixed "changed" message with cluster commit. 12 years ago
files copy module fixes for 'make pep8' 12 years ago
internal Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
inventory Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
messaging Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
monitoring Update version_added 12 years ago
net_infrastructure Add newline at end of file 12 years ago
network Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError. 12 years ago
notification notification/mqtt: ensure network communication and check error 12 years ago
packaging Make package version comparison use globbing. 12 years ago
source_control Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
system Style fix. 12 years ago
utilities Move mail into the notification bucket. 12 years ago
web_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago