- 28 Jul, 2014 30 commits
-
-
Fixes #8315
James Cammarata committed -
Breaks some test runs. This reverts commit a9eef029.
Michael DeHaan committed -
Make sure to assign pyrax.cloudservers to cs. Fixes #8250
Michael DeHaan committed -
Wrap get_distribution_version() in the hostname module
Michael DeHaan committed -
Expand variables in configuration files
Michael DeHaan committed -
Matt Martz committed
-
Michael DeHaan committed
-
We wrap get_distribution_version() with a new function, _get_distribution_version(), that returns `0` when the result is a string or `None`. This accounts for the case when get_distribution_version() returns a string, and we try to compare it to a float. We do this in the hostname module instead of the module snippets because other modules may want the real string version.module snippets because other modules may want the real string version.
Bjorn Neergaard committed -
Michael DeHaan committed
-
git://github.com/Trozz/ansibleMichael DeHaan committed
-
Michael DeHaan committed
-
[Docs] Added another example to demonstrate unarchive module working entirely on a remote machine
Michael DeHaan committed -
Update mysql_user doc and example
Michael DeHaan committed -
Fix unsupported regexp parameter in assemble
Michael DeHaan committed -
Revert "Fix hostname when get_distribution_version() returns a string." This reverts commit 08f97c0b.
Michael DeHaan committed -
Check at most 16 characters of the key. Fixes #7936
Michael DeHaan committed -
cron module: Use correct parameter name in error message.
Michael DeHaan committed -
Updates to the parameters of win_feature
Michael DeHaan committed -
Fix hostname when get_distribution_version() returns a string.
Michael DeHaan committed -
Support for OS X 10.10 DP3.
Michael DeHaan committed -
Bugfix: bulletproof unexpected_error_msg at gce.py
Michael DeHaan committed -
Fixed bug with environment path for homebrew_cask
Michael DeHaan committed -
acl module: now compares permissions correctly
Michael DeHaan committed -
Michael DeHaan committed
-
e.g. $HOME. Fixes #6373.
Veeti Paananen committed -
Extended distributions list for hostname module
James Cammarata committed -
Fix extra newline at end of hostname for Fedora
James Cammarata committed -
This fixes a bug introduced by 138b45e3. The hostname has an additional newline at the end which leads to the state always being 'changed: true' even if the hostname is unchanged.
Robin Roth committed -
Implementations already present
Robin Roth committed -
Nacho Coloma committed
-
- 26 Jul, 2014 6 commits
-
-
Resolves a traceback due to an undefined 'BotoSeverError' exception.
James Laska committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
James Cammarata committed
-
James Cammarata committed
-
Fixes #8296
James Cammarata committed
-
- 25 Jul, 2014 4 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
Lee Gillentine committed
-
James Cammarata committed
-