ansible/library
Michael Scherer 19bb44288e fix distribution detection in apt_repository module, so it also work
on Mint as it work on Debian, fix #4587.

PPAs are not supported however, since that's a Ubuntu specific feature
and mint is detected as a generic distribution and use a different
codename than the Ubuntu release it is based on, which mean that apt_repository
cannot add detect and add the proper url without a better heuristic.
2013-10-19 00:57:08 +02:00
..
cloud added aws_access_key and aws_secret_key aliases to ec2_group arguments 2013-10-17 15:23:24 -04:00
commands Allow for relative paths by using abspath 2013-08-20 22:48:42 -07:00
database Improve change detection in mysql_variables 2013-10-17 19:13:58 +02:00
files Merge pull request #4480 from joemaller/absent_path_fix 2013-10-16 17:29:21 -07:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06: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 Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Monit fix - Use case insensitive comparison 2013-10-03 02:46:35 +08:00
net_infrastructure Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
network Fix issue 4433, make sure status is a int rather than a string 2013-10-12 22:10:40 +02:00
notification Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
packaging fix distribution detection in apt_repository module, so it also work 2013-10-19 00:57:08 +02:00
source_control git: Don't add --branch while cloning if the version is a SHA-1 hash. 2013-10-16 20:37:07 +08:00
system Fixes #4554 Enumerate user homedir if not passed as an argument 2013-10-17 13:15:32 -04:00
utilities Added "debug: var=variableName" capability. 2013-10-14 21:01:38 -04:00
web_infrastructure supervisorctl: user expansion on config filepath 2013-10-12 15:57:42 -07:00