summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* executor stats and task_executor pep8 error (#23651)TaoBeier2017-08-182-2/+2
* Ansible Config part2 (#27448)Brian Coca2017-08-153-3/+4
* use proper booleans for vars_promptBrian Coca2017-08-141-2/+3
* Fix for ansiballz filenames conflicting with python stdlib modulesToshio Kuratomi2017-08-011-2/+2
* rename legacy PS module_utils to remove PowerShell prefix (#27495)Matt Davis2017-07-311-1/+1
* include_role handlers bug fix (#26335)Will Thames2017-07-193-5/+9
* Powershell module_utils loader and tests (#26932)Matt Davis2017-07-181-7/+12
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-6/+6
* Namespaced facts fixes (#26615)Brian Coca2017-07-121-6/+2
* better backwards compat handling of statusBrian Coca2017-07-051-1/+5
* Return code is not very useful to assume a task failedDag Wieers2017-06-271-1/+1
* Cyptography pr 20566 rebase (#25560)Toshio Kuratomi2017-06-271-6/+8
* re-enable non-pipelined mode for Powershell (#25012)Matt Davis2017-06-261-58/+58
* correctly set delegated host name in resultsBrian Coca2017-06-201-2/+2
* 01110000 01100101 01110000 00111000 00100000Brian Coca2017-06-191-1/+1
* properly track delegated host in loopsBrian Coca2017-06-191-1/+1
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-1/+1
* Get warnings/deprecations per item in loopBrian Coca2017-06-131-20/+20
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* When cleaning up the AnsiBallZ tempdir we need to not fail if the tempdir was...Toshio Kuratomi2017-06-071-1/+1
* Imports and includes (#25399)James Cammarata2017-06-062-7/+7
* Facts Refresh (2.4 roadmap) (#23012)Adrian Likins2017-06-011-2/+4
* Ensure exit_json returns failed = FalseDag Wieers2017-05-301-4/+7
* ansible/executor: PEP8 compliancy (#24695)Dag Wieers2017-05-3010-139/+134
* Expose variable_manager to PlayIteratorWill Thames2017-05-241-1/+2
* Transition inventory into plugins (#23001)Brian Coca2017-05-233-15/+4
* Convert some more base64 strings to text for winrm, to support async and beco...Matt Martz2017-05-181-3/+3
* add segfault detection to TQMMatt Davis2017-05-181-1/+1
* Base changes required to allow winrm to work on py3 (#24744)Matt Martz2017-05-171-4/+10
* 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
* Remove hack for backwards compatible v2_playbook_on_start callbackToshio Kuratomi2017-04-281-16/+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
* tolerate 'batch' systems that mess with stdin (#23596)Brian Coca2017-04-181-15/+19
* display path to module_utils files in verbosity vvv.Toshio Kuratomi2017-04-171-8/+14
* less codeBrian Coca2017-04-131-5/+6
* typo: psuedo -> pseudo (#23177)smaftoul2017-03-311-1/+1
* fix Windows env handling (#22927)Matt Davis2017-03-231-2/+3
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-234-7/+18
* E501 fixes (#22879)Matt Martz2017-03-222-19/+27
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-5/+3
* 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