summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* Fix for ansiballz filenames conflicting with python stdlib modulesToshio Kuratomi2017-08-011-2/+2
* include_role handlers bug fix (#26335)Will Thames2017-07-253-5/+9
* re-enable non-pipelined mode for Powershell (#26124)Matt Davis2017-06-261-57/+58
* correctly set delegated host name in resultsBrian Coca2017-06-201-2/+2
* backported delegation/facts fix, see #25880Brian Coca2017-06-191-1/+1
* When cleaning up the AnsiBallZ tempdir we need to not fail if the tempdir was...Toshio Kuratomi2017-06-071-1/+1
* Base changes required to allow winrm to work on py3 (#24744)Matt Martz2017-05-181-4/+10
* 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
* deal with null/none connectionsBrian Coca2017-05-111-20/+4
* 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
* removed unused and erroring cmp importBrian Coca2017-04-131-1/+0
* fix Windows env handlingMatt Davis2017-03-231-2/+3
* 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
* Module utils default path (#20913)Toshio Kuratomi2017-02-021-2/+14
* Warn reserved (#20567)Brian Coca2017-01-311-0/+2
* reworded conditional skipping to not imply errorBrian Coca2017-01-311-2/+2
* Combine jimi-c and bcoca's ideas and work on hooking module-utils into Plugin...Toshio Kuratomi2017-01-311-36/+43
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* Fixing iterator bug related to reworking of end-of-role detectionJames Cammarata2017-01-191-5/+5
* Reworking the way end of role detection is doneJames Cammarata2017-01-181-97/+7
* Configurable fact path (#18147)Alvaro Aleman2017-01-121-2/+8
* Allow OSError to skip scriptdir removalToshio Kuratomi2017-01-051-1/+12
* allow modules to set custom stats (#18946)Brian Coca2017-01-051-0/+33
* Fixing an iteration bug introduced by fed079e4James Cammarata2017-01-041-13/+36
* Fix role completion detection problemJames Cammarata2017-01-031-3/+48
* Fix key lookup in gather facts flag.Arne Demmers2017-01-031-1/+1
* Template "original_task" fields in _process_pending_resultsJames Cammarata2016-12-211-10/+3
* adds feature to allow connection to set action plugin (#18762)Peter Sprygada2016-12-151-1/+2
* minor spelling changesCarlos E. Garcia2016-12-132-2/+2
* unified boolean functionBrian Coca2016-11-291-3/+1
* Fix for AnsiballZ when the remote clock is behind (#18660)Toshio Kuratomi2016-11-291-1/+14
* fixed issue with when/with error defermentBrian Coca2016-11-231-4/+6