summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding a persistent connection utilityJames Cammarata2016-11-211-1/+13
* Reworking iterator logic regarding failed states during alwaysJames Cammarata2016-11-161-2/+8
* Catch loop eval errors and only raise them again if the task is not skippedJames Cammarata2016-11-151-1/+13
* Alternately track listening handlers by uuid if no name is setJames Cammarata2016-11-131-1/+8
* restore play_hosts variables to not show removedBrian Coca2016-11-081-0/+1
* added 'friendly' name to fact gatheringBrian Coca2016-11-071-0/+1
* Change `v2_playbook_on_start` logic to positively detect legacy pluginsSteve Kuznetsov2016-10-281-7/+10
* iterate through task results only if the key is not at the root level (#18214)jctanner2016-10-271-3/+5
* tasks_queue_manager: fix fork calculation if serial in %Rene Moser2016-10-261-1/+1
* 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
* Change <support@ansible.com> - it's being retired.Bill Nottingham2016-10-151-1/+1
* Don't mark parent role complete for nested include_role callsJames Cammarata2016-10-141-1/+11
* Check for substates in is_failed before checking main state failureissue_17882James Cammarata2016-10-041-5/+5
* open anziballs payload 'wb' for py3Adrian Likins2016-10-031-2/+2
* Ensure the "attempts" key is set in the final result for do/until loopsJames Cammarata2016-10-021-1/+2