mirror of https://github.com/ansible/ansible.git
made callbacks backwards compatible (#30625)
* made callbacks backwards compatible This fixes #30597 for those that were not inheriting from base. Added deprecation notice so those callbacks get updated. Callback must either inherit from base (directly or indirectly), which already implements this or implement set_options themselves. * added note about porting guidepull/30656/head
parent
875153d503
commit
131d417c7a
Loading…
Reference in New Issue