summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'task name is not templated in retry callback' (add task_name property to...Adrian Likins2017-02-241-0/+5
* Stash post-validated fields of the task in the TaskResultJames Cammarata2017-02-213-6/+35
* Skip fact gathering if the entire play was included via conditional and False...jctanner2017-02-211-0/+3
* Complete rewrite of Windows exec wrapper (#21510)Matt Davis2017-02-171-27/+52
* Use isinstance instead of type() comparisons. isinstance is more robustToshio Kuratomi2017-02-161-2/+4
* 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
* Restore "skipping: no hosts matched" messagestephane2017-02-081-6/+5
* refactoring asyncBrian Coca2017-02-061-5/+3