mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-07 19:18:54 +00:00
Document that plugins can be shipped in a role (#15199)
This greatly simplify the distribution of plugin on galaxy.
This commit is contained in:
parent
60c1155d50
commit
47c08c865a
2 changed files with 17 additions and 4 deletions
|
|
@ -118,6 +118,9 @@ To change this path, edit the ansible configuration file.
|
|||
|
||||
In addition, plugins can be shipped in a subdirectory relative to a top-level playbook, in folders named the same as indicated above.
|
||||
|
||||
They can also be shipped as part of a role, in a subdirectory named as indicated above. The plugin will be availiable as soon as the role
|
||||
is called.
|
||||
|
||||
.. seealso::
|
||||
|
||||
:doc:`modules`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue