From c117b9d79b6b79195c04eed87c66640287624943 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 23 Jun 2016 11:07:10 -0400 Subject: [PATCH] Update intro_configuration.rst (#16416) Fix callback plugin path (per lib/ansible/constants.py) (cherry picked from commit e877ea7f2beb8892cdfe0d8653ad932d119bc3ff) --- docsite/rst/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index c556bd9848b..24c83f52b78 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