summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/strategy
Commit message (Expand)AuthorAgeFilesLines
* Fix error with `meta: clear_facts` (#26406)Jean-Frédéric2017-07-281-1/+2
* include_role handlers bug fix (#26335)Will Thames2017-07-252-1/+7
* backported delegation/facts fix, see #25880Brian Coca2017-06-191-1/+1
* Also check the iterator for failed host status in linear strategyJames Cammarata2017-05-231-1/+1
* Avoid default serialization of classes in dump_attrsJames Cammarata2017-05-171-2/+1
* Use delegated vars for the delegated host nameJames Cammarata2017-05-161-5/+7
* deal with null/none connectionsBrian Coca2017-05-111-3/+7
* include_vars to delegated only if delegate_facts (#24259)Brian Coca2017-05-031-12/+6
* Only insert notified host if it's not already notified for certain casesJames Cammarata2017-04-041-2/+3
* Fact proccessing fixes (#22003)Brian Coca2017-02-271-13/+20
* Stash post-validated fields of the task in the TaskResultJames Cammarata2017-02-211-16/+9
* Relocate creation of Templar in process_pending_resultsJames Cammarata2017-02-171-5/+5
* Use isinstance instead of type() comparisons. isinstance is more robustToshio Kuratomi2017-02-161-1/+1
* the return of reset_connectionBrian Coca2017-02-161-2/+4
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-5/+5
* add META Output for -vv, better than nothinghloeffler2017-01-301-0/+2
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-3/+3
* removed bad iteration from execute meta (#19958)Brian Coca2017-01-132-42/+42
* allow modules to set custom stats (#18946)Brian Coca2017-01-051-16/+27
* fix multiple handler notifications (#19655)Matt Davis2016-12-221-1/+1
* Removing print debug statementsJames Cammarata2016-12-221-2/+0
* Template "original_task" fields in _process_pending_resultsJames Cammarata2016-12-211-37/+53
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* Fix 'cancled' misspelling in --step debugAdrian Likins2016-11-291-1/+1
* import reduce from six label:python3 (#18561)koralsky2016-11-221-0/+1
* Cache dynamically included blocks for later lookup via uuidJames Cammarata2016-11-211-0/+1
* Moved the _inventory.clear_group_dict_cache() from creating a group w… (#17...jamessewell2016-11-181-3/+4
* Default include_role results to empty list in linear strategy pluginAndrew Haines2016-11-181-1/+1
* Reworking iterator logic regarding failed states during alwaysJames Cammarata2016-11-161-17/+24
* Increment changed stat for a failed task if changed. (#18014)Chris Church2016-11-141-0/+2
* Alternately track listening handlers by uuid if no name is setJames Cammarata2016-11-131-18/+26
* Don't copy the parent block of TaskIncludes when loading staticallyJames Cammarata2016-11-111-0/+1
* restore play_hosts variables to not show removedBrian Coca2016-11-081-0/+1
* handler: notify a handler by name _and_ listenRene Moser2016-10-241-16/+16
* properly propagate loop varsBrian Coca2016-10-181-5/+4
* Break out of linear strategy if all hosts are failed and the result is not OKJames Cammarata2016-10-171-1/+9
* Make sure free strategy is returning proper TQM constantsJames Cammarata2016-10-141-2/+2
* toggle missing handler errors/warnings via configBrian Coca2016-10-131-8/+11
* Make interprocess polling interval configurable (#16560)Pavlo Shchelokovskyy2016-10-062-2/+4
* Sleep briefly while waiting for pending results to reduce CPU churnJames Cammarata2016-10-061-5/+3
* fix delegate_facts (#17736)Brian Coca2016-09-271-16/+19
* Add max_passes to the debug strategy override of _process_pending_resultsJames Cammarata2016-09-221-2/+2
* Take ITERATING_ALWAYS into account when setting failed state in PlayIteratorissue_15963_include_blocks_bugJames Cammarata2016-09-201-3/+6
* Merge branch 'threaded_receiver' into develJames Cammarata2016-09-202-215/+316
|\
| * Moving result reading to a background threadthreaded_receiverJames Cammarata2016-09-172-223/+241
| * Revert "Move queuing tasks to a background thread"James Cammarata2016-09-152-20/+103
* | Do not set run_once for meta noop tasksJames Cammarata2016-09-191-1/+2
|/
* Revert "Flush the queued items in linear periodically"James Cammarata2016-09-112-9/+5
* Flush the queued items in linear periodicallyJames Cammarata2016-09-102-5/+9