summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/tree.py
Commit message (Collapse)AuthorAgeFilesLines
* Move uses of to_bytes, to_text, to_native to use the module_utils version ↵Toshio Kuratomi2016-09-061-3/+2
| | | | | | | | (#17423) We couldn't copy to_unicode, to_bytes, to_str into module_utils because of licensing. So once created it we had two sets of functions that did the same things but had different implementations. To remedy that, this change removes the ansible.utils.unicode versions of those functions.
* fix typoBrian Coca2016-04-291-1/+1
|
* fixed method signature as per #15668Brian Coca2016-04-291-1/+1
|
* clarified warning from tree callbackBrian Coca2015-12-091-1/+1
|
* fixed typo in tree callback, added default dirBrian Coca2015-12-081-2/+3
| | | | this would allow it to work with playbooks also
* fixed signature for init on callbacksBrian Coca2015-12-011-2/+2
| | | | also removed passing display to base class which already handles this
* make callbacks declare needing whitelistingBrian Coca2015-10-221-0/+1
| | | | this will allow for custom or v1 callbacks locally loaded to automatically be triggered as they were in 1.x
* Convert to byte strings to avoid UnicodeErrorsToshio Kuratomi2015-09-231-3/+4
| | | | Fixes #12488
* adjusted tree to work more like v1, also now skips when dir not suppliedBrian Coca2015-08-121-9/+13
|
* implemented for v2, missing --tree option for adhocBrian Coca2015-08-111-0/+64