Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move uses of to_bytes, to_text, to_native to use the module_utils version ↵ | Toshio Kuratomi | 2016-09-06 | 1 | -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 typo | Brian Coca | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | fixed method signature as per #15668 | Brian Coca | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | clarified warning from tree callback | Brian Coca | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | fixed typo in tree callback, added default dir | Brian Coca | 2015-12-08 | 1 | -2/+3 |
| | | | | this would allow it to work with playbooks also | ||||
* | fixed signature for init on callbacks | Brian Coca | 2015-12-01 | 1 | -2/+2 |
| | | | | also removed passing display to base class which already handles this | ||||
* | make callbacks declare needing whitelisting | Brian Coca | 2015-10-22 | 1 | -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 UnicodeErrors | Toshio Kuratomi | 2015-09-23 | 1 | -3/+4 |
| | | | | Fixes #12488 | ||||
* | adjusted tree to work more like v1, also now skips when dir not supplied | Brian Coca | 2015-08-12 | 1 | -9/+13 |
| | |||||
* | implemented for v2, missing --tree option for adhoc | Brian Coca | 2015-08-11 | 1 | -0/+64 |