1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix 'ansible-doc' command in action plugin docs (#42206)

This commit is contained in:
Andrew Gaffney 2018-07-02 13:26:46 -05:00 committed by GitHub
parent 1eea5674ba
commit 21b99bff94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,8 @@ Action plugin are executed by default when an associated module is used; no acti
Plugin List
-----------
You can use ``ansible-doc -t cache -l`` to see the list of available plugins.
Use ``ansible-doc -t cache <plugin name>`` to see specific documentation and examples.
You can use ``ansible-doc -t action -l`` to see the list of available plugins.
Use ``ansible-doc -t action <plugin name>`` to see specific documentation and examples.
.. seealso::