mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ansible-doc: Use |...
ellipsis for --type
(#9739)
This commit is contained in:
parent
a3d90551f4
commit
f00a34bcba
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
- List available plugins of a specific type:
|
||||
|
||||
`ansible-doc --type {{plugin_type}} --list`
|
||||
`ansible-doc --type {{become|cache|callback|cliconf|connection|...}} --list`
|
||||
|
||||
- Show information about a specific action plugin (module):
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
- Show information about a plugin with a specific type:
|
||||
|
||||
`ansible-doc --type {{plugin_type}} {{plugin_name}}`
|
||||
`ansible-doc --type {{become|cache|callback|cliconf|connection|...}} {{plugin_name}}`
|
||||
|
||||
- Show the playbook snippet for action plugin (modules):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue