mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Reflect sort order. Reflect white listing in 2.0.
This commit is contained in:
parent
81d9066ee1
commit
b3c03dcbaa
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ and is guaranteed to entertain and/or annoy coworkers.
|
||||||
Configuring
|
Configuring
|
||||||
+++++++++++
|
+++++++++++
|
||||||
|
|
||||||
To activate a callback drop it in a callback directory as configured in :ref:`ansible.cfg <callback_plugins>`.
|
To activate a callback drop it in a callback directory as configured in :ref:`ansible.cfg <callback_plugins>`. As of version 2.0 of ansible certain plugins will require you to add the plugin to a whitelist before it will execute. You can adjust the whitelist in :ref:`ansible.cfg <callback_whitelist>`. Plugin load order is alphanumeric in nature. If you have a plugin you want to run first consider naming it `1_first.py`, or if you have a plugin you want to run last consider naming it `z_last.py`.
|
||||||
|
|
||||||
.. _callback_development:
|
.. _callback_development:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue