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

This commit is contained in:
Emily Grace Seville
2023-01-11 08:39:08 +10:00
committed by GitHub
parent a3d90551f4
commit f00a34bcba

View File

@@ -10,7 +10,7 @@
- List available plugins of a specific type: - 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): - Show information about a specific action plugin (module):
@@ -18,7 +18,7 @@
- Show information about a plugin with a specific type: - 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): - Show the playbook snippet for action plugin (modules):