mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
a9aa1053a8
commit
7f04ee1eb4
1 changed files with 4 additions and 2 deletions
|
@ -27,8 +27,10 @@ Action plugin are executed by default when an associated module is used; no acti
|
||||||
Plugin List
|
Plugin List
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
You can use ``ansible-doc -t action -l`` to see the list of available plugins.
|
You cannot list action plugins directly, they show up as their counterpart modules:
|
||||||
Use ``ansible-doc -t action <plugin name>`` to see specific documentation and examples.
|
|
||||||
|
Use ``ansible-doc -l`` to see the list of available modules.
|
||||||
|
Use ``ansible-doc <name>`` to see specific documentation and examples, this should note if the module has a corresponding action plugin.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue