summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-3/+2
* 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
* fixed signature for init on callbacksBrian Coca2015-12-011-2/+2
* make callbacks declare needing whitelistingBrian Coca2015-10-221-0/+1
* Convert to byte strings to avoid UnicodeErrorsToshio Kuratomi2015-09-231-3/+4
* 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