Update intro_configuration.rst (#16416)
Fix callback plugin path (per lib/ansible/constants.py)
This commit is contained in:
parent
7da2265e10
commit
e877ea7f2b
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ Callbacks are pieces of code in ansible that get called on specific events, perm
|
|||
This is a developer-centric feature that allows low-level extensions around Ansible to be loaded from
|
||||
different locations::
|
||||
|
||||
callback_plugins = ~/.ansible/plugins/callback_plugins/:/usr/share/ansible_plugins/callback_plugins
|
||||
callback_plugins = ~/.ansible/plugins/callback:/usr/share/ansible/plugins/callback
|
||||
|
||||
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
|
||||
|
||||
|
|
Loading…
Reference in a new issue