From 43e913f994115c44cbf88883423326dc11785e50 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Wed, 22 Jun 2016 15:43:09 -0600 Subject: [PATCH] fixed plugin directories (#16377) --- docsite/rst/developing_plugins.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docsite/rst/developing_plugins.rst b/docsite/rst/developing_plugins.rst index 507e936007..7500d96d57 100644 --- a/docsite/rst/developing_plugins.rst +++ b/docsite/rst/developing_plugins.rst @@ -106,13 +106,12 @@ Distributing Plugins Plugins are loaded from both Python's site_packages (those that ship with ansible) and a configured plugins directory, which defaults to /usr/share/ansible/plugins, in a subfolder for each plugin type:: - * action_plugins - * lookup_plugins - * callback_plugins - * connection_plugins - * filter_plugins - * vars_plugins - * strategy_plugins + * action + * lookup + * callback + * connection + * filter + * strategy To change this path, edit the ansible configuration file.