- 19 Jul, 2013 17 commits
-
-
mysql_db small fix to docs
Michael DeHaan committed -
Michael DeHaan committed
-
Sharif Olorin committed
-
Bail out if the SSH command fails rather than continuing with an empty tmp variable.
Sharif Olorin committed -
Michael DeHaan committed
-
add documentation for with_nested
Michael DeHaan committed -
Update error message since user may have specified connection type via non command line or by default.
Michael DeHaan committed -
Allow roles to be interpolated from --extra-vars
Michael DeHaan committed -
Check for existence of isatty on stdout before calling it
Michael DeHaan committed -
fatal if target selinux and missing bindings
Michael DeHaan committed -
(git module) Resolve incompatability between depth and version
Michael DeHaan committed -
Fix for Issue #3586: UnboundedLocalError when removing a logical volume.
Michael DeHaan committed -
Rodney Quillo committed
-
Florian Tham committed
-
Atte Virtanen committed
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
attempted w/o selinux python bindings Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 18 Jul, 2013 2 commits
-
-
Git is unable to checkout the specified `version` when the repository is cloned with a reduced history (`depth`). However, if the repository is already cloned, subsequent git module calls will update the repository (default update=True), then properly checkout the specified `version`. To allow the initial call to properly clone the specified `version`, at the specified `depth`, this patch adds the `--branch` parameter when cloning the repository.
James Laska committed -
Changed shebangs that use /usr/bin/env to use /usr/bin/python and theref...
Michael DeHaan committed
-
- 17 Jul, 2013 1 commit
-
-
Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.
Andrew Todd committed
-
- 16 Jul, 2013 6 commits
-
-
Glossary Doc: deprecate the old "only_if:" format in favor of "when:"
Michael DeHaan committed -
Fix pretty_bytes for exa- and zettabytes
Michael DeHaan committed -
Fix ZFS module issues with spaces in property values
Michael DeHaan committed -
Converting the argument list to a string with ' '.join causes the shell interpreter to misparse spaces in property values. Since the zfs command does not need shell anywhere, using a list instead of a string works just as well with run_command. Fixes #3545.
Antti Rasinen committed -
Current property parser breaks when values contain spaces. Since zfs get -H returns tab separated lines, it is better to explicitly split on tabs than on whitespace.
Antti Rasinen committed -
Antti Rasinen committed
-
- 15 Jul, 2013 9 commits
-
-
Pol Llovet committed
-
Michael DeHaan committed
-
fix missing json module for issue #3363 print JSON error as string instead
Michael DeHaan committed -
trbs committed
-
now won't throw exception if we don't have permission to stat a mtab
Michael DeHaan committed -
Javier Candeira committed
-
entry on linux (weird chromebook issue) Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
now ANSIBLE_KEEP_REMOTE_FILE acts as boolean
Michael DeHaan committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 14 Jul, 2013 1 commit
-
-
Jan-Piet Mens committed
-
- 13 Jul, 2013 2 commits
-
-
Seth Vidal committed
-
Seth Vidal committed
-
- 12 Jul, 2013 2 commits
-
-
Allow check mode when gathering ec2 facts
Michael DeHaan committed -
sleep option for service module which adds a pauze between stopping and ...
Michael DeHaan committed
-