mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed plugin directories (#16377)
This commit is contained in:
parent
7ffbbd34f4
commit
43e913f994
1 changed files with 6 additions and 7 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue