summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/splitter.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Add missing space after keywords. (#78480)Matt Clay2022-08-081-1/+1
* various fixes to command (#74212)Brian Coca2021-04-131-3/+2
* core: Handle empty extra vars in cli (#61831)Abhijeet Kasurde2019-09-121-0/+2
* Ensure _raw_params retain exact spacesDag Wieers2018-09-281-5/+24
* Fix a unicodeerror so that we get the correct error message (#34058)Toshio Kuratomi2017-12-191-1/+1
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-1/+1
* ansible/parsing: PEP8 compliancy (#24701)Dag Wieers2017-05-181-8/+8
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-7/+12
* Take previous jinja2 blocks into account in splitter when we see quotesJames Cammarata2016-03-281-1/+1
* show error context in args splitter exceptionKonstantin Suvorov2016-03-241-1/+1
* better task parsing errorsBrian Coca2016-03-031-3/+3
* raise AnsibleError as an 'expected' exceptionBrian Coca2016-01-251-1/+1
* Missed one place we were appending the incorrectly escaped item to raw paramsJames Cammarata2015-12-091-1/+1
* Preserve original token when appending to _raw_params in parse_kvJames Cammarata2015-12-081-3/+3
* Switch parameters validation after parsing in order to be more consistent bet...Yannig Perré2015-11-261-5/+0
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-9/+1
* fixed error reporting on splitterBrian Coca2015-10-011-1/+3
* Remove octal escapes from unicode escape handlingJames Cammarata2015-07-251-1/+0
* Test unquote works as expected and fix two bugs:Toshio Kuratomi2015-07-061-1/+1
* Making the switch to v2James Cammarata2015-05-031-0/+273