Document that plugins can be shipped in a role (#15199)

This greatly simplify the distribution of plugin on galaxy.
This commit is contained in:
Michael Scherer
2016-04-27 23:01:20 +02:00
committed by Brian Coca
parent 60c1155d50
commit 47c08c865a
2 changed files with 17 additions and 4 deletions

View File

@@ -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`