diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index f6e28cb8f5f..8e98b5f3e5e 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -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