1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Clean up doc fragments a bit (#7551)

Clean up doc fragments a bit.
This commit is contained in:
Felix Fontein
2023-11-22 09:13:33 +01:00
committed by GitHub
parent 2a5e7c33df
commit a88f6f56c7
21 changed files with 78 additions and 92 deletions

View File

@ -64,7 +64,7 @@ options:
description:
- Configures the transport connection to use when connecting to the
remote device. The transport argument supports connectivity to the
device over ssh, cli or REST.
device over SSH (V(ssh)), CLI (V(cli)), or REST (V(rest)).
required: true
type: str
choices: [ cli, rest, ssh ]