- 01 Apr, 2015 4 commits
-
-
fixes #10591
Brian Coca committed -
note added to source section
Brian Coca committed -
Fix patch action plugin
Brian Coca committed -
Added reminder to not use source install method if you're going to be installing ansible for a Tower system
Luke committed
-
- 31 Mar, 2015 15 commits
-
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Possible fix for the first newline and triple newline problems
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
* Do backslash escape parsing in parse_kv() [was being done in the copy module purely for newlines in the copy module's content param before] * Make parse_kv always return unicode * Add bandaid to transform args to unicode until we can fix things calling parse_kv to always send it unicode. * Make split_args deal with unicode internally. Warning, no bandaid for things calling split_args without giving it unicode (shouldn't matter as dealt with str internally before) * Fix copy and unarchive action plugins to not use setdefaultencoding * Remove escaping from copy (it was broken and made content into latin-1 sometimes). escaping is now in parse_kv. * Expect that content is now a unicode string so transform to bytes just before writing to the file. * Add initial unittests for split_args and parse_kv. 4 failing tests.because split_args is injecting extra newlines.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
cloudstack: common code used in cloudstack modules
Brian Coca committed
-
- 30 Mar, 2015 1 commit
-
-
small updates to community and contribution page
Brian Coca committed
-
- 29 Mar, 2015 3 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
readded sudo/su vars to allow role/includes to work with passed sudo/su
Brian Coca committed
-
- 27 Mar, 2015 10 commits
-
-
Brian Coca committed
-
egg_info is now written directly to lib
Brian Coca committed -
Matt Martz committed
-
Always define error before using it
Brian Coca committed -
Update README.md
Brian Coca committed -
Cloud Modules STS Support Redux
Brian Coca committed -
Fix a few spelling errors in the changelog
Brian Coca committed -
When the error reason is "Forbidden", the code throws a Python exception rather than simply outputting the exception reason. It's not nice to throw a Python exception when all the info to display a proper message is available.
Kim Johansson committed -
to get debuild you need to install devscripts
kristous committed -
jxn committed
-
- 26 Mar, 2015 7 commits
-
-
fix consul inventory issue (missing method param) merging as this does not seem to have worked before
Brian Coca committed -
deimosfr committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
https://github.com/ansible/ansible/pull/8564
Looks like there's currently no code for the ansible_*_interpreter but modified the note abouot adding it
Toshio Kuratomi committed -
Fixes #8564
Toshio Kuratomi committed -
Rene Moser committed
-