From 7f04ee1eb43b37679a447838060256d490cedffa Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 29 Nov 2018 14:44:17 -0500 Subject: [PATCH] corrected action plugin docs (#49321) fixes #49277 --- docs/docsite/rst/plugins/action.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/plugins/action.rst b/docs/docsite/rst/plugins/action.rst index 125c7a768ec..60b2946f1ef 100644 --- a/docs/docsite/rst/plugins/action.rst +++ b/docs/docsite/rst/plugins/action.rst @@ -27,8 +27,10 @@ Action plugin are executed by default when an associated module is used; no acti Plugin List ----------- -You can use ``ansible-doc -t action -l`` to see the list of available plugins. -Use ``ansible-doc -t action `` to see specific documentation and examples. +You cannot list action plugins directly, they show up as their counterpart modules: + +Use ``ansible-doc -l`` to see the list of available modules. +Use ``ansible-doc `` to see specific documentation and examples, this should note if the module has a corresponding action plugin. .. seealso::