ansible/lib/ansible
James Cammarata 2493020d9f Fix get_distribution() for platforms that may have spaces
The new CentOS 7 beta lists the distribution as "CentOS Linux", which
breaks the distribution detection and class loading. This patch fixes
that by taking just the first entry in the string when a space is
detected.
2014-06-18 13:10:39 -05:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Fixed extension filtering in InventoryDirectory 2014-05-14 23:43:14 -07:00
module_utils Fix get_distribution() for platforms that may have spaces 2014-06-18 13:10:39 -05:00
playbook Add role_names to valid keys entry for plays 2014-06-16 10:00:43 -05:00
runner Added quotes around key path - Issue 7713 2014-06-10 16:39:47 -03:00
utils Use file documentation fragement for the copy module 2014-06-16 15:36:15 -05:00
__init__.py Version bump for 1.7 2014-05-05 16:37:46 -05:00
callbacks.py fix UnicodeEncodeError when prompt is unicode. 2014-05-21 23:43:19 +09:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Adding a new system_warnings config option to supress warnings 2014-04-30 14:44:10 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Modify the way we set the localization environment 2014-05-01 10:34:53 -05:00