- 02 Nov, 2013 5 commits
-
-
'easy_install' executable were still left behind and need to be removed for the customizable 'executable' task argument to correctly work: '_get_easy_install' should take care of all the functionality related to determining the correct 'easy_install' executable to use.
Pedro Romano committed -
check more files using make pyflakes ( ie subdirectory of lib/ansible/ )
Michael DeHaan committed -
Michael Scherer committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 01 Nov, 2013 12 commits
-
-
dont sudo if sudo_user is the same as the connection user
Michael DeHaan committed -
Document env dependency for test-module
Michael DeHaan committed -
Steve Weber committed
-
You need to source hacking/env-setup before running hacking/test-module; otherwise you get an error like this: ImportError: No module named ansible.utils
Rhett Sutphin committed -
ec2_vol: return volume_id/device even when volume mapping already exists
Michael DeHaan committed -
James Tanner committed
-
dragon3 committed
-
James Tanner committed
-
James Tanner committed
-
minor correction
Michael DeHaan committed -
Same doc-typo (confirmed) as https://github.com/ansible/ansible/pull/4759 --remote-user *should be* --user
Ray committed -
Michael DeHaan committed
-
- 31 Oct, 2013 23 commits
-
-
Michael DeHaan committed
-
minor doc correction
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
--remote-user= does not work: ansible: error: no such option: --remote-user --user= does. Updating docs
Ray committed -
Leverage 4318b27 and no longer treat instance tags as JSON, but as dictionary types which could be key=value or dicts or JSON or references.
Michael DeHaan committed -
Michael DeHaan committed
-
Fix accelerate module on centos 5 by removing
Michael DeHaan committed -
Michael DeHaan committed
-
Need to compare on server object not list
Michael DeHaan committed -
Clean up temp file left behind by assemble module
Michael DeHaan committed -
Fix 4648, cron module is not working on solaris
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
unsupported string prefix in 2.4 http://docs.python.org/release/2.4/ref/strings.html This is also ignored on later version of python 2 and is present only for python 3 conversion, as seen on http://docs.python.org/2/reference/lexical_analysis.html#string-literals Also see http://stackoverflow.com/questions/6269765/what-does-the-b-character-do-in-front-of-a-string-literal Fix https://github.com/ansible/ansible/issues/4739
Michael Scherer committed -
Cron on solaris do not take the same set of option than vixie cron on linux, and among the biggest difference, root cannot set the crontab of a user directly from a file. Thus the use of su to run the crontab command. Fix issue #4648
Michael Scherer committed -
Michael Scherer committed
-
add "zle" as a supported ZFS compression type
jctanner committed -
Fix format string typo
Michael DeHaan committed -
ZFS supports "zle" compression, which compresses runs of null bytes efficiently.
Scott Dunlop committed
-