fixed plugin directories (#16377)

This commit is contained in:
Pedro Salgado 2016-06-22 15:43:09 -06:00 committed by Brian Coca
commit 43e913f994

View file

@ -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 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:: to /usr/share/ansible/plugins, in a subfolder for each plugin type::
* action_plugins * action
* lookup_plugins * lookup
* callback_plugins * callback
* connection_plugins * connection
* filter_plugins * filter
* vars_plugins * strategy
* strategy_plugins
To change this path, edit the ansible configuration file. To change this path, edit the ansible configuration file.