- 02 Sep, 2015 18 commits
-
-
Luke Rohde committed
-
Luke Rohde committed
-
James Cammarata committed
-
Toshio Kuratomi committed
-
Use rich comparisons for Attribute and FieldAttribute
James Cammarata committed -
Fixes #12206
James Cammarata committed -
ansible is passing unicode arond internally so we should test the same data. * Add a zero length test for _count_newlines and fix the zero newlines test to have no newlines.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Fix for one half of hte bug reported in #12198
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Because __cmp__ is not supported on Python 3.
Marius Gedminas committed -
Marius Gedminas committed
-
Remove duplicated function definition (fallout from earlier repeated merge)
James Cammarata committed -
Abhijit Menon-Sen committed
-
- 01 Sep, 2015 22 commits
-
-
dbd755e0 previously assigned the value to self._templar.environment.searchpath, which is incorrect - it needs to be assigned to the environment.loader.searchpath value instead. Fixes #11931
James Cammarata committed -
James Cammarata committed
-
Fixes #12180
James Cammarata committed -
* Dedupe combine_vars() code (removed from VariableManager) * Fix merge_hash algorithm to preserve the type * unittest combine_vars and merge_hash
Toshio Kuratomi committed -
Adds utf-8 encoding to f5 module_utils
James Cammarata committed -
Show module name and args with -vvv
James Cammarata committed -
This information was earlier shown only with ANSIBLE_DEBUG, but it's extremely useful in a user context, especially with module invocations with deeply nested args like the ec2_vpc/ec2 modules. Closes #11680
Abhijit Menon-Sen committed -
James Cammarata committed
-
Fixes #12155
James Cammarata committed -
Changelog tweak: Mention --output - for ansible-vault encrypt/decrypt
James Cammarata committed -
Fix setting dns_name in cobbler inventory
James Cammarata committed -
Fixes #12081
James Cammarata committed -
Brian Coca committed
-
Add Nagios NDO inventory plugin
Brian Coca committed -
Jonathan Lestrelin committed
-
The contributor's name on line 10 (originally line 7) includes a character that the default Python encoding (ASCII) raises an error on when interpreting the file. Specifying the utf-8 encoding, as is done in other modules, resolves the error. The error being raised is SyntaxError: Non-ASCII character '\xc3' in file /.../lib/ansible/module_utils/f5.py on line 7, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
Tim Rupp committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
Fixes #12154
James Cammarata committed -
Make combine_vars() compatible with Python 3
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-