ansible.posix/plugins/callback
softwarefactory-project-zuul[bot] 2351c27339
Merge pull request #650 from felixfontein/callback
profile_* callbacks: avoid deprecated/deleted functions

SUMMARY
The profile_roles and profile_tasks callbacks define methods playbook_on_setup and playbook_on_stats which have been deleted/deprecated:

playbook_on_stats has been deprecated, v2_playbook_on_stats should be used instead (that one has already been there for many years: ansible/ansible@ba0e532 was added in 2015).
playbook_on_setup has been deleted (ansible/ansible@eec57ec), and its v2 variant was already deleted in 2017: ansible/ansible@59d5481

Ref: #635
ISSUE TYPE

Bugfix Pull Request
Feature Pull Request

COMPONENT NAME
profile_roles
profile_tasks

Reviewed-by: Abhijeet Kasurde
Reviewed-by: Hideki Saito <saito@fgrep.org>
2025-07-10 08:27:42 +09:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
cgroup_perf_recap.py Merge pull request #631 from saito-hideki/issue/630 2025-04-17 10:50:09 +09:00
debug.py Fixed documentation and options to address new sanity tests 2022-04-01 13:23:45 +09:00
json.py Merge pull request #441 from jsquyres/pr/json-indent-level 2023-04-27 20:52:09 +00:00
jsonl.py Merge pull request #441 from jsquyres/pr/json-indent-level 2023-04-27 20:52:09 +00:00
profile_roles.py Merge pull request #650 from felixfontein/callback 2025-07-10 08:27:42 +09:00
profile_tasks.py Merge pull request #650 from felixfontein/callback 2025-07-10 08:27:42 +09:00
timer.py Improve callback output to align header with roles, tasks and play RECAP 2024-10-02 15:08:03 +09:00