ansibullbot icon indicating copy to clipboard operation
ansibullbot copied to clipboard

callback plugins have deprecation info

Open jctanner opened this issue 6 years ago • 0 comments

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/callback/actionable.py#L17-L20

    deprecated:
        why: The 'default' callback plugin now supports this functionality
        removed_in: '2.11'
        alternative: "'default' callback plugin with 'display_skipped_hosts = no' and 'display_ok_hosts = no' options"

jctanner avatar Nov 30 '18 18:11 jctanner