ansible-doc: Use `|...` ellipsis for `--type` (#9739)

pull/3/head
Emily Grace Seville 2023-01-11 08:39:08 +10:00 committed by GitHub
parent a3d90551f4
commit f00a34bcba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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):