community.general/lib/ansible
Michael DeHaan 08c1f96e4b Fix some subtle behavior of how the get_url module chains into the file module, plus blend the results of daisy chain
operations in the correct order, so the file module results overlay the original module results, not the other way
around (which keeps any failure msg's intact)
2012-08-03 07:02:31 -04:00
..
inventory Allow = symbols in variable values in host inventory 2012-07-31 23:36:26 -04:00
playbook Fix some templating issues, needs testing with anti-unicode safeguard around shlex.split 2012-08-02 20:21:59 -04:00
runner Fix some subtle behavior of how the get_url module chains into the file module, plus blend the results of daisy chain 2012-08-03 07:02:31 -04:00
__init__.py Release bump to start development on 0.6 2012-07-04 18:07:19 -04:00
callbacks.py fix tree output 2012-08-02 20:42:32 -04:00
color.py rm stray comment 2012-07-25 20:31:57 -04:00
constants.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
errors.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
module_common.py Allow unicode transfer by not base64 encoding. Also: faster 2012-08-02 21:20:43 -04:00
utils.py Fix some templating issues, needs testing with anti-unicode safeguard around shlex.split 2012-08-02 20:21:59 -04:00