ansible.posix/plugins
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
..
action Merge pull request #361 from k3it/main 2024-09-09 09:39:57 +00:00
callback Merge pull request #650 from felixfontein/callback 2025-07-10 08:27:42 +09:00
module_utils
modules Merge pull request #598 from saito-hideki/issue/586 2024-12-03 12:05:23 +09:00
shell