ansible/library
Anton Lindström 71949fbc9f 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.
2014-03-26 15:48:21 +01:00
..
cloud Adding type int for count (in line with other cloud modules) 2014-03-23 13:51:54 -04:00
commands Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
database Update comments about redis config. 2014-03-19 18:15:52 -04:00
files Cleanup from merge of replace module and CHANGELOG update 2014-03-25 11:13:51 -05:00
internal ansible -> ansibleworks 2014-01-28 20:29:41 -05:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Typo in rabbitmq_plugin docs 2014-02-28 11:38:11 -06:00
monitoring Fixup shell handling in monit module. 2014-03-12 17:43:31 -04:00
net_infrastructure Version bump, bigip_facts + changelog 2014-03-16 16:48:41 -04:00
network Remove validate_certs parameter from fetch_url calls 2014-03-12 10:31:01 -05:00
notification Fix documentation for twilio module. 2014-03-21 14:26:20 -04:00
packaging Make pip dry run work better for the common case 2014-03-26 15:48:21 +01:00
source_control Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export 2014-03-25 21:25:50 -05:00
system adds missing ' to debconf examples 2014-03-23 18:52:08 -04:00
utilities Acclerate improvements 2014-03-23 14:45:49 -05:00
web_infrastructure Add a JIRA control module for Ansible. This version uses fetch_url rather than urllib2. 2014-03-16 17:14:04 +01:00