mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Limit sphinx version on python 2.6. (#24678)
* Limit sphinx version on python 2.6. * Fix issues identified by rstcheck.
This commit is contained in:
@@ -84,6 +84,7 @@ Callback plugins are created by creating a new class with the Base(Callbacks) cl
|
||||
from ansible import constants as C
|
||||
|
||||
class CallbackModule(CallbackBase):
|
||||
pass
|
||||
|
||||
From there, override the specific methods from the CallbackBase that you want to provide a callback for. For plugins intended for use with Ansible version 2.0 and later, you should only override methods that start with `v2`. For a complete list of methods that you can override, please see ``__init__.py`` in the `lib/ansible/plugins/callback <https://github.com/ansible/ansible/tree/devel/lib/ansible/plugins/callback>`_ directory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user