summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/task_executor.py
Commit message (Expand)AuthorAgeFilesLines
* Fix conn_type assignment (#24697)Ricardo Carrillo Cruz2017-05-161-1/+1
* deal with null/none connectionsBrian Coca2017-05-111-20/+4
* Fix circular import with unsafe_proxy, template, and varsToshio Kuratomi2017-04-281-2/+1
* added versions to dep notices (#24019)Brian Coca2017-04-271-2/+3
* moved to exceptions for basic skip/failsBrian Coca2017-04-251-1/+5
* template hostvars for set_host_overrides (#23839)Matt Davis2017-04-201-5/+7
* also skip polling when async failedBrian Coca2017-04-201-1/+1
* less codeBrian Coca2017-04-131-5/+6
* typo: psuedo -> pseudo (#23177)smaftoul2017-03-311-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+2
* E501 fixes (#22879)Matt Martz2017-03-221-5/+12
* namespace facts (#18445)Brian Coca2017-03-151-2/+6
* moved network module magic from hardcoded to confBrian Coca2017-03-091-2/+1
* Change warning message as advised by bcocaToshio Kuratomi2017-02-271-1/+2
* Fix for traceback when we encounter non-utf8 characters in diffToshio Kuratomi2017-02-241-4/+13
* simplified persistent connection quandryBrian Coca2017-02-241-13/+10
* Stash post-validated fields of the task in the TaskResultJames Cammarata2017-02-211-2/+10
* code clean of old code from network modules updates (#21469)Peter Sprygada2017-02-151-2/+1
* added fixme noteBrian Coca2017-02-101-0/+1
* loads action handler for a group of network modules (#21194)Peter Sprygada2017-02-091-0/+5
* refactoring asyncBrian Coca2017-02-061-5/+3
* reworded conditional skipping to not imply errorBrian Coca2017-01-311-2/+2
* adds feature to allow connection to set action plugin (#18762)Peter Sprygada2016-12-151-1/+2
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* fixed issue with when/with error defermentBrian Coca2016-11-231-4/+6
* Adding a persistent connection utilityJames Cammarata2016-11-211-1/+13
* Catch loop eval errors and only raise them again if the task is not skippedJames Cammarata2016-11-151-1/+13
* fix for check_mode/async interactionBrian Coca2016-10-201-1/+1
* fixes to ansible_search_pathBrian Coca2016-10-171-3/+9
* avoid errors when dynamic roleBrian Coca2016-10-171-5/+1
* Ensure the "attempts" key is set in the final result for do/until loopsJames Cammarata2016-10-021-1/+2
* swallow errors during async polling (#17760)Matt Davis2016-09-271-8/+18
* undefined var should fail 'label' setting (#17675)Brian Coca2016-09-271-1/+1
* Create a raw lookup for hostvars that does not template the dataJames Cammarata2016-09-211-1/+11
* remove bare variable support from loops (#17519)Brian Coca2016-09-161-12/+3
* Check controlpersist (#17443)Toshio Kuratomi2016-09-121-8/+2
* Add missing space in loop variable reuse message (#17516)John R Barker2016-09-121-1/+1
* Fixing another logic issue related to include_role changesJames Cammarata2016-09-071-1/+1
* Added option to change ssh executable path (#17377)Andrea Tartaglia2016-09-071-1/+2
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-17/+20
* Dynamic role include (#17401)Brian Coca2016-09-051-3/+3
* implemented loop pausing (#17289)Brian Coca2016-08-311-0/+9
* Some further cleanup in the meta branchJames Cammarata2016-08-311-0/+2
* Support for specifying item label in a loop (#17294)Andrew Gaffney2016-08-311-0/+6
* include_role (role revamp implementation) (#17232)Brian Coca2016-08-261-0/+9
* Clean up task_executor for python3 (#17219)Toshio Kuratomi2016-08-241-9/+9
* make parsed param private and explicit (#17104)Brian Coca2016-08-161-2/+2
* Fix async logic when parsing fails (#17091)David Shrewsbury2016-08-151-1/+1
* Avoid copying task parents in TaskExecutorperformance_improvementsJames Cammarata2016-08-081-1/+2
* Performance improvementsJames Cammarata2016-08-081-3/+3