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
Anton Lindström d3cb2d38b7 Make pip dry run work better for the common case
This change allows the pip module to figure out if something needs to be done during
a dry run using 'pip freeze'. This is implemented for the most basic case: name,
version and state=(present|absent). In other cases it will fall back to the old
behavior.
12 years ago
cloud Adding type int for count (in line with other cloud modules) 12 years ago
commands Micro-optimization: replace s.find(x)!=-1 with x in s 12 years ago
database Update comments about redis config. 12 years ago
files Cleanup from merge of replace module and CHANGELOG update 12 years ago
internal ansible -> ansibleworks 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Typo in rabbitmq_plugin docs 12 years ago
monitoring Fixup shell handling in monit module. 12 years ago
net_infrastructure Version bump, bigip_facts + changelog 12 years ago
network Remove validate_certs parameter from fetch_url calls 12 years ago
notification Fix documentation for twilio module. 12 years ago
packaging Make pip dry run work better for the common case 12 years ago
source_control Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export 12 years ago
system adds missing `'` to debconf examples 12 years ago
utilities Acclerate improvements 12 years ago
web_infrastructure Add a JIRA control module for Ansible. This version uses fetch_url rather than urllib2. 12 years ago