summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/strategy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Fix calling v2_playbook_on_notify callback (#80585)Martin Krizek2023-04-241-1/+1
* Last handler defined runs, fix for roles (#79558)Martin Krizek2023-04-121-84/+80
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-281-2/+26
* strategy fix invalid variables being registered (#79706)Brian Coca2023-01-251-1/+5
* Correctly count rescued tasks in play stats (#79724)Martin Krizek2023-01-131-1/+3
* Always create new role (#78661)Matt Martz2022-11-291-7/+15
* Print skip reason for skipped meta tasks instead of an empty msg in -vv (#78681)Martin Krizek2022-09-131-2/+4
* Propagate ansible_failed_task to an outer rescue (#78676)Martin Krizek2022-09-061-9/+4
* _get_next_task_from_state should not mutate anyting outside of state (#78657)Martin Krizek2022-08-301-0/+1
* Prevent double failing hosts for includes in loops (#76928)Martin Krizek2022-08-191-6/+5
* Move handler processing into new PlayIterator state (#77955)Martin Krizek2022-08-161-216/+38
* Do not allow handlers from dynamic includes to be notified (#78399)Martin Krizek2022-08-021-1/+0
* Python 3.9 min for controller (#77566)Matt Martz2022-07-201-2/+1
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-291-1/+1
* Forked display via queue (#77056)Matt Martz2022-06-071-3/+5
* preserve add_host/group_by on refresh (#77944)Brian Coca2022-06-061-89/+6
* Make `ignore_unreachable` to count `ignored` counterKristian Heljas2022-06-011-3/+3
* More informative playbook attribute errors (#77082)Brian Coca2022-02-231-5/+10
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-071-1/+2
* add_host/group_by: fix using changed_when in a loop (#71719)Martin Krizek2022-02-041-12/+49
* Track failures in the includes results to avoid special handling of include e...Martin Krizek2022-01-281-0/+3
* Fix task debugger to work with run_once using linear strategy (#76814)Martin Krizek2022-01-261-0/+7
* Resolve perf issue with async callback events (#76783)Matt Martz2022-01-211-3/+13
* Introduce public methods to access PlayIterator._host_states (#74416)Martin Krizek2021-11-091-5/+5
* Parser errors from within includes should not be rescueable (#73722)Martin Krizek2021-11-011-2/+5
* PlayIterator: use enums for states (#74511)Martin Krizek2021-10-261-8/+9
* Start of moving away from six (#75863)Martin Krizek2021-10-211-6/+7
* ignore/warn for undefined vars in unused handler names (#75244)Sloane Hertel2021-08-031-10/+16
* 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-091-0/+7
* 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-031-3/+4
* Ensure we call action_loader.get with collection_list (#72206)Matt Martz2020-10-191-1/+1
* Add skip_reason to meta task skips (#71355)Rick Elrod2020-08-201-1/+11
* 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