- 18 Jul, 2013 1 commit
-
-
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 8 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 -
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
-
- 13 Jul, 2013 2 commits
-
-
Seth Vidal committed
-
Seth Vidal committed
-
- 12 Jul, 2013 6 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 -
files/stat: add pw_name and md5 sum to stat, and add meaningful? example
Michael DeHaan committed -
Correct typo in error message.
Michael DeHaan committed -
Tim Miller committed
-
ipauldev committed
-
- 11 Jul, 2013 16 commits
-
-
This reverts commit e5ff35bb.
Michael DeHaan committed -
Devel
Michael DeHaan committed -
allow ansible_ssh_host to be templated
Michael DeHaan committed -
set checkout destination directory to be full path
Michael DeHaan committed -
Fixed #3433. Using get_bin_path, removed uneeded imports, "module" is in...
Michael DeHaan committed -
Use the force=yes option for apt upgrade actions
Michael DeHaan committed -
Fix for populating default_ipv6 on BSD systems
Michael DeHaan committed -
Updated setup module to collect gateway fact for BSD systems
Michael DeHaan committed -
Add test for 'ignore_errors:'
Michael DeHaan committed -
digital_ocean.py enhancements
Michael DeHaan committed -
updated module docs to reflect 'correct' on_create vs on_creation
Michael DeHaan committed -
Fix path to ntp.conf.j2 in example.
Michael DeHaan committed -
fixing small mis-spelling
Michael DeHaan committed -
Fix some minor spelling mistakes in the hg module documentation
Michael DeHaan committed -
Add Jinja2 filter 'skipped' to test for a registered variable from a ski...
Michael DeHaan committed -
Add Jinja2 filter 'quote' to quote string for shell usage
Michael DeHaan committed
-