summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/strategy
Commit message (Expand)AuthorAgeFilesLines
* Add end_batch meta task (#74899)Martin Krizek2021-06-041-0/+9
* Ensure end_play ends play, not batch (#74332)Martin Krizek2021-06-031-0/+3
* Remove deprecated include vartags usage (#74780)Matt Martz2021-05-201-14/+0
* Remove needless get_next_task_for_host calls (#74174)Martin Krizek2021-04-281-2/+0
* Only check if play.hosts is a template when the play hasn't been finalized (#...Matt Martz2021-04-191-1/+1
* Prevent ansible_failed_task from further templating (#74290)Martin Krizek2021-04-161-1/+2
* Fix debug factsetter (#74067)Brian Coca2021-03-311-1/+1
* Send callbacks directly from the TaskExecutor instead of TaskResults masquera...Matt Martz2021-03-181-34/+32
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-031-0/+1
* Consolidate filters/tests handling into JinjaPluginIntercept (#71463)Martin Krizek2021-01-211-1/+1
* Add implicit role_complete block instead of role._eor (#72208)Martin Krizek2020-12-092-1/+8
* Document and warn when max_fail and free are used (#72616)Brian Coca2020-11-171-0/+3
* Fix task get_name to always prepend the role name (#72511)Sloane Hertel2020-11-061-3/+0
* Replace some more FQCNs.Felix Fontein2020-11-051-1/+1
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-033-6/+8
* Explicitly get the include task, and not assume it is the parent (#72378)Matt Martz2020-10-292-2/+2
* Ensure we call action_loader.get with collection_list (#72206)Matt Martz2020-10-193-3/+3
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-064-5/+5
* Add skip_reason to meta task skips (#71355)Rick Elrod2020-08-201-1/+11
* Make noop tasks implicit (#71344)Martin Krizek2020-08-191-0/+2
* Make it so callback plugins can act on implicit/explicit meta tasks (#71009)Rick Elrod2020-08-181-11/+8
* Fix meta tasks used with --flush-cache (#71311)Sloane Hertel2020-08-181-2/+2
* Fix play stats when rescue block is a child block (#70922)David Shrewsbury2020-08-181-1/+6
* Allow callbacks from forks (#70501)Matt Martz2020-08-171-9/+13
* Allow changed/failed mgmt on strategy actions (#70919)Brian Coca2020-07-291-1/+19
* Nuke strategy.SharedPluginLoaderObj, depr. 2.11 (#70235)Rick Elrod2020-06-231-8/+0
* Deprecation revisited (#69926)Felix Fontein2020-06-091-2/+2
* Make add_host be idempotent/show changed status (#69897)Rick Elrod2020-06-041-5/+17
* return changed for group_by (#32057)Brian Coca2020-06-031-18/+19
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-2/+2
* collection routing (#67684)Matt Davis2020-05-261-16/+18
* Split regular and handler results into their own queues (#69498)James Cammarata2020-05-211-10/+28
* Allow tasks to notify a fqcn handler name (#68213)Matt Martz2020-04-081-5/+8
* Always set the discovered interpreter on the delegated host (#64906)Matt Martz2020-04-061-1/+37
* Remove a host from a play after meta: end_host (#66851)Martin Krizek2020-02-131-0/+1
* throttle: fix linear based strategies (#65422)Pilou2020-01-241-13/+17
* free strategy - include failed hosts that were notified (#65576)Sloane Hertel2019-12-192-0/+11
* Fix ansible_failed_{task,result} undefined in rescue (#64831)Martin Krizek2019-11-141-1/+1
* perf: reduce getting handler variables (#59969)Martin Krizek2019-09-021-10/+11
* T woerner max concurrent (#60702)James Cammarata2019-08-282-10/+58
* Ensure has_dead_workers functions (#60653)Matt Martz2019-08-221-1/+1
* Perfy McPerferton (#58400)Matt Martz2019-07-223-51/+79
* Fix strat inv (#58982)Brian Coca2019-07-111-2/+6
* Cache handler name for included handlers. Fixes #58769 (#58780)Matt Martz2019-07-101-1/+5
* Fix notifying handlers by using an exact match (#55624)Sloane Hertel2019-06-271-2/+9
* Use the filename from AnsibleFileNotFound instead of the included file. Fixes...Matt Martz2019-06-271-1/+1
* Be sure to use the active state when checking for any_errors_fatal (#55779)James Cammarata2019-04-261-0/+3
* Don't pollute include_variables (#54687)Matt Martz2019-04-091-1/+1
* Don't swallow exceptions when processing included files (#54791)Matt Martz2019-04-083-28/+18
* Template run_once for handlers (#54030)Martin Krizek2019-03-201-7/+7