- 27 Mar, 2015 9 commits
-
-
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 12 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 -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Fix some typos in CHANGELOG.md
Brian Coca committed -
Andrew Thompson committed
-
- 25 Mar, 2015 15 commits
-
-
We can't depend on the args being unicode text because we're in module land, not in the ansible controller land
Toshio Kuratomi committed -
Convert exceptions to unicode using to_unicode rather than str. that stops unicode errors if the string has non-ascii text
Toshio Kuratomi committed -
Make run_command() work when we get byte str with non-ascii characters (instead of unicode type like we were expecting) Fix and test. Fixes #10536
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
doc: building debian package: 'asciidoc' is a required dependency
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Matthieu Caneill committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
- 24 Mar, 2015 4 commits
-
-
rst.j2 template better core module source wording
Brian Coca committed -
Ján Dzurek committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-