summaryrefslogtreecommitdiff
path: root/lib/ansible/errors
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-281-0/+8
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-0/+5
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Correctly set path and fullpath for template vars (#73924)Brian Coca2021-03-261-1/+2
* Fix YAML error message when error is at the end of the file (#73241)Sam Doran2021-01-191-0/+14
* Add orig_exc context to error messages (#72677)Matt Martz2020-11-201-5/+9
* Provide better decryption errors for single vault values (#72362)Matt Martz2020-11-181-12/+19
* Make filter type errors 'loop friendly' (#70417)Brian Coca2020-07-101-0/+5
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-15/+22
* collection routing (#67684)Matt Davis2020-05-261-0/+15
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-041-1/+1
* include_vars: Check NoneType for raw_params (#64979)Abhijeet Kasurde2019-11-261-2/+4
* Catch sshpass authentication errors and don't retry multiple times to prevent...Sam Doran2019-01-231-0/+5
* remove usless tb initiatorBrian Coca2019-01-221-4/+0
* Add new AnsibleTemplateError to more easily catch templating issues (#50563)Matt Martz2019-01-041-7/+12
* Add better error when k=v syntax is used with YAML in tasks (#41754)Sam Doran2018-12-042-15/+34
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-1/+1
* give hint to users when a file is not foundBrian Coca2018-04-101-0/+2
* Make AnsibleActionDone a private exceptionToshio Kuratomi2018-01-221-1/+2
* Temporary (#31677)Brian Coca2018-01-151-3/+30
* Correct the AnsibleError exception to call its superclass's constructorToshio Kuratomi2017-12-211-0/+2
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-0/+5
* more info on yaml errorsBrian Coca2017-10-301-1/+1
* report extra info in verbose and if neededBrian Coca2017-10-031-2/+0
* Ansible Config part2 (#27448)Brian Coca2017-08-151-0/+4
* correct, cleanup & simplify dwim stack (#25956)Brian Coca2017-07-031-1/+21
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-1/+5
* ansible/errors: PEP8 compliancy (#24693)Dag Wieers2017-05-181-12/+28
* moved to exceptions for basic skip/failsBrian Coca2017-04-251-0/+7
* E501 fixes (#22879)Matt Martz2017-03-221-2/+10
* removes unneeded exceptionPeter Sprygada2017-03-201-5/+0
* adds feature to all modules to be run locally (#18763)Peter Sprygada2016-12-151-0/+5
* Add error info if tabs are found in the yaml (#18343)Adrian Likins2016-11-082-1/+22
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-7/+6
* Fix some typos (#16498)Shota2016-06-291-1/+1
* Add options to make includes 'static'James Cammarata2016-03-241-2/+4
* Relocate use of ERROR to display class, to avoid doubling upJames Cammarata2016-01-191-2/+2
* be consistent about conversion to_strBrian Coca2016-01-181-1/+1
* Allow Ansible to return error with unicode within it.Yannig Perré2016-01-141-1/+1
* Default msg param to AnsibleError to avoid serialization problemsJames Cammarata2015-12-021-1/+1
* Clean up a few more pyflakes warningsToshio Kuratomi2015-10-191-1/+7
* Move to_str alias into ansible.utils.unicodeMarius Gedminas2015-10-151-9/+1
* Python 3: fix AnsibleError formattingMarius Gedminas2015-10-151-3/+10
* Improve handling of unicode errorsJames Cammarata2015-10-081-1/+4
* Making the switch to v2James Cammarata2015-05-032-0/+303